Searched refs:officeHtmlButton (Results 1 – 1 of 1) sorted by relevance
51 private JRadioButton officeHtmlButton = null; field in PostNewsgroup369 officeHtmlButton = new JRadioButton( "Office and HTML", true ); in constructOptionPanel()370 officeHtmlButton.setToolTipText( officeHtmlText ); in constructOptionPanel()378 JRadioButton[] rbuttons = { officeHtmlButton, officeButton, htmlButton }; in constructOptionPanel()397 optionPanel.add( officeHtmlButton, constraints ); in constructOptionPanel()437 if( officeHtmlButton.isSelected() ) { html = true; office = true; } in sendingActions()
Completed in 12 milliseconds