Home
last modified time | relevance | path

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

/aoo4110/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java51 private JRadioButton officeHtmlButton = null; field in PostNewsgroup
369 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 7 milliseconds