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

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java693 factory.createAppletViewer(p.x + XDELTA, p.y + YDELTA,
707 new TextFrame(p.x + XDELTA, p.y + YDELTA, amh.getMessage("applettag.textframe"), out.toString());
730 new TextFrame(p.x + XDELTA, p.y + YDELTA, amh.getMessage("appletinfo.textframe"), str);
1054 private static final int YDELTA = XDELTA; field in class:AppletViewer
1142 y += YDELTA;
1147 y = 2 * ydisp * YDELTA;

Completed in 31 milliseconds