Home
last modified time | relevance | path

Searched refs:htmlButton (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java53 private JRadioButton htmlButton = null; field in PostNewsgroup
375 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 25 milliseconds