Home
last modified time | relevance | path

Searched refs:innerPanel (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DWizard.java93 JPanel innerPanel; field in Wizard.WizButtonPanel
101 innerPanel = new JPanel(new CardLayout()); in WizButtonPanel()
176 innerPanel.add(box, "normal"); in WizButtonPanel()
188 innerPanel.add(box, "finish"); in WizButtonPanel()
190 add(innerPanel); in WizButtonPanel()
199 ((CardLayout)innerPanel.getLayout()).show(innerPanel, "normal"); in showFirst()
208 ((CardLayout)innerPanel.getLayout()).show(innerPanel, "finish"); in showLast()
217 ((CardLayout)innerPanel.getLayout()).show(innerPanel, "normal"); in showMiddle()