Searched refs:cardPanel (Results 1 – 1 of 1) sorted by relevance
40 private final JPanel cardPanel = new JPanel(cardLayout); field in TabbedPane61 add(cardPanel, cardConstraints); in TabbedPane()122 cardLayout.show(cardPanel, title); in add()130 if (cardPanel.getComponentCount() == 0) in add()137 cardPanel.add(title, component); in add()179 cardLayout.first(cardPanel); in first()189 cardLayout.last(cardPanel); in last()199 cardLayout.previous(cardPanel); in previous()209 cardLayout.next(cardPanel); in next()219 int count = cardPanel.getComponentCount(); in updateButtonSelection()[all …]