Home
last modified time | relevance | path

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

/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java52 private JRadioButton officeButton = null; field in PostNewsgroup
372 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 16 milliseconds