Searched refs:printModeCBs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java123 private JRadioButton printModeCBs[] = new JRadioButton[3]; field in class:Font2DTest
368 printModeCBs[ fp.ONE_PAGE ] =
371 printModeCBs[ fp.CUR_RANGE ] =
374 printModeCBs[ fp.ALL_TEXT ] =
380 printModeCBs[ fp.ALL_TEXT ].setEnabled( false );
391 printDialog.getContentPane().setLayout( new GridLayout( printModeCBs.length + 2, 1 ));
393 for ( int i = 0; i < printModeCBs.length; i++ ) {
394 printCBGroup.add( printModeCBs[i] );
395 printDialog.getContentPane().add( printModeCBs[i] );
679 printModeCBs[ f
[all...]

Completed in 531 milliseconds