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

/openjdk7/jdk/test/java/awt/font/Threads/
H A DFontThread.java32 public class FontThread extends Thread { class in inherits:Thread
35 static FontThread thread1;
36 static FontThread thread2;
37 static FontThread thread3;
40 thread1 = new FontThread("SansSerif");
41 thread2 = new FontThread("Serif");
42 thread3 = new FontThread("Monospaced");
55 FontThread(String font) { method in class:FontThread

Completed in 29 milliseconds