Searched defs:closeButton (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java68 closeButton = new javax.swing.JButton();
83 closeButton.setText("Close");
84 closeButton.addActionListener(new java.awt.event.ActionListener() {
117 .addComponent(closeButton, javax.swing.GroupLayout.Alignment.TRAILING))
135 .addComponent(closeButton)
159 private javax.swing.JButton closeButton; field in class:NotificationsFrame
H A DSettingsFrame.java101 closeButton = new javax.swing.JButton();
122 closeButton.setText("Close");
123 closeButton.setToolTipText("Close and save settings");
124 closeButton.addActionListener(new java.awt.event.ActionListener() {
245 .addComponent(closeButton, javax.swing.GroupLayout.Alignment.TRAILING)
258 .addComponent(closeButton)
296 private javax.swing.JButton closeButton; field in class:SettingsFrame

Completed in 31 milliseconds