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

/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java78 private DitherControls XControls;
79 private DitherControls YControls;
115 XControls = new DitherControls(this, xvals[0], xvals[1],
117 YControls = new DitherControls(this, yvals[0], yvals[1],
345 class DitherControls extends Panel implements ActionListener { class in inherits:Panel,ActionListener
355 public DitherControls(DitherTest app, int s, int e, DitherMethod type, method in class:DitherControls

Completed in 44 milliseconds