Searched refs:bottomPanel (Results 1 – 3 of 3) sorted by relevance
39 private Panel bottomPanel; field in EncListDialog129 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()
74 private Panel bottomPanel; field in DateTimeDialog295 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()
90 JPanel bottomPanel = new JPanel(new BorderLayout()); in pmAboutBox() local91 bottomPanel.add(buttonPanel, BorderLayout.SOUTH); in pmAboutBox()95 contentPane.add(bottomPanel, BorderLayout.SOUTH); in pmAboutBox()