Searched refs:htmlButton (Results 1 – 1 of 1) sorted by relevance
53 private JRadioButton htmlButton = null; field in PostNewsgroup375 htmlButton = new JRadioButton( "HTML" ); in constructOptionPanel()376 htmlButton.setToolTipText( htmlText ); in constructOptionPanel()378 JRadioButton[] rbuttons = { officeHtmlButton, officeButton, htmlButton }; in constructOptionPanel()411 optionPanel.add( htmlButton, constraints ); in constructOptionPanel()439 if( htmlButton.isSelected() ) { html = true; office = false; } in sendingActions()
Completed in 16 milliseconds