Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DEncListDialog.java41 private Panel bottomPanel; field in EncListDialog
131 bottomPanel = new Panel(); in addButtons()
136 bottomPanel.add(ok); in addButtons()
137 bottomPanel.add(clear); in addButtons()
138 bottomPanel.add(cancel); in addButtons()
139 bottomPanel.add(help); in addButtons()
144 add(bottomPanel, gbc); in addButtons()
H A DDateTimeDialog.java76 private Panel bottomPanel; field in DateTimeDialog
297 bottomPanel = new Panel(); in addButtons()
301 bottomPanel.add(ok); in addButtons()
302 bottomPanel.add(cancel); in addButtons()
303 bottomPanel.add(help); in addButtons()
308 add(bottomPanel, gbc); in addButtons()
/onnv-gate/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()