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

/openjdk7/jdk/make/mkdemo/applets/DitherTest/
H A DMakefile32 DEMONAME = DitherTest
/openjdk7/jdk/make/mkdemo/applets/
H A DMakefile34 SUBDIRS = ArcTest BarChart Blink CardTest Clock DitherTest DrawTest \
/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java75 public class DitherTest extends Applet implements Runnable { class in inherits:Applet,Runnable
83 Frame f = new Frame("DitherTest");
84 DitherTest ditherTest = new DitherTest();
351 private DitherTest applet;
355 public DitherControls(DitherTest app, int s, int e, DitherMethod type,

Completed in 515 milliseconds