Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DEncListDialog.java39 private Panel bottomPanel; field in EncListDialog
129 bottomPanel = new Panel(); in addButtons()
134 bottomPanel.add(ok); in addButtons()
135 bottomPanel.add(clear); in addButtons()
136 bottomPanel.add(cancel); in addButtons()
137 bottomPanel.add(help); in addButtons()
142 add(bottomPanel, gbc); in addButtons()
H A DDateTimeDialog.java74 private Panel bottomPanel; field in DateTimeDialog
295 bottomPanel = new Panel(); in addButtons()
299 bottomPanel.add(ok); in addButtons()
300 bottomPanel.add(cancel); in addButtons()
301 bottomPanel.add(help); in addButtons()
306 add(bottomPanel, gbc); in addButtons()
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java90 JPanel bottomPanel = new JPanel(new BorderLayout()); in pmAboutBox() local
91 bottomPanel.add(buttonPanel, BorderLayout.SOUTH); in pmAboutBox()
95 contentPane.add(bottomPanel, BorderLayout.SOUTH); in pmAboutBox()