Searched refs:CustomCardLayout (Results 1 – 3 of 3) sorted by relevance
40 regionsPanel.setLayout(new CustomCardLayout()); in initializeComponents()46 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in initializeComponents()55 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in initializeComponents()65 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in setAtlas()85 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in getSelectedRegions()91 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in getCurrentRegionPanel()
59 CustomCardLayout cardLayout = new CustomCardLayout(); in initializeComponents()110 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()119 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()128 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()139 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()184 CustomCardLayout cardLayout = (CustomCardLayout)content.getLayout(); in setAtlas()196 CustomCardLayout cardLayout = (CustomCardLayout)content.getLayout(); in setTexture()
9 public class CustomCardLayout extends CardLayout { class