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

/openjdk7/jdk/src/share/demo/applets/DrawTest/
H A DDrawTest.java68 DrawPanel panel;
74 panel = new DrawPanel();
105 class DrawPanel extends Panel implements MouseListener, MouseMotionListener { class in inherits:Panel,MouseListener,MouseMotionListener
116 public DrawPanel() { method in class:DrawPanel
232 DrawPanel target;
235 public DrawControls(DrawPanel target) {
294 target.setDrawMode(DrawPanel.LINES);
296 target.setDrawMode(DrawPanel.POINTS);

Completed in 576 milliseconds