Searched defs:Font2DTest (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java77 * Font2DTest.java
83 /// Main Font2DTest Class
85 public final class Font2DTest extends JPanel class in inherits:JPanel,ActionListener,ItemListener,ChangeListener
88 /// JFrame that will contain Font2DTest
137 public Font2DTest( JFrame f, boolean isApplet ) { method in class:Font2DTest
329 /// Sets up the all dialogs used in Font2DTest...
343 userTextArea = new JTextArea( "Font2DTest!" );
653 ( "Font2DTest Option File\n" +
722 throw new Exception( "Not a Font2DTest options file" );
727 if ( !title.equals( "Font2DTest Optio
[all...]

Completed in 34 milliseconds