Searched refs:localRadioButton (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java56 JRadioButton localRadioButton, remoteRadioButton; field in class:ConnectDialog
138 localRadioButton = new JRadioButton(Messages.LOCAL_PROCESS_COLON);
139 localRadioButton.setMnemonic(Resources.getMnemonicInt(Messages.LOCAL_PROCESS_COLON));
140 localRadioButton.setFont(boldLabelFont);
141 localRadioButton.addItemListener(this);
142 radioButtonGroup.add(localRadioButton);
150 localPanel.add(localRadioButton, NORTH);
151 localPanel.add(new Padder(localRadioButton), LINE_START);
170 if (localRadioButton != null) {
178 (ev.getSource() == localRadioButton)
[all...]

Completed in 784 milliseconds