Searched refs:officeButton (Results 1 – 1 of 1) sorted by relevance
52 private JRadioButton officeButton = null; field in PostNewsgroup372 officeButton = new JRadioButton( "Office" ); in constructOptionPanel()373 officeButton.setToolTipText( officeText ); in constructOptionPanel()378 JRadioButton[] rbuttons = { officeHtmlButton, officeButton, htmlButton }; in constructOptionPanel()404 optionPanel.add( officeButton, constraints ); in constructOptionPanel()438 if( officeButton.isSelected() ) { office = true; html = false; } in sendingActions()
Completed in 9 milliseconds