Searched refs:bottomPanel (Results 1 – 3 of 3) sorted by relevance
41 private Panel bottomPanel; field in EncListDialog131 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()
76 private Panel bottomPanel; field in DateTimeDialog297 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()
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()