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

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java131 Dimension currentAppletSize = new Dimension(10, 10); field in class:AppletPanel
216 currentAppletSize.width = defaultAppletSize.width;
220 currentAppletSize.height = defaultAppletSize.height;
248 return new Dimension(currentAppletSize.width,
249 currentAppletSize.height);
474 applet.resize(currentAppletSize);
898 currentAppletSize.width = width;
899 currentAppletSize.height = height;
900 final Dimension currentSize = new Dimension(currentAppletSize.width,
901 currentAppletSize
[all...]

Completed in 31 milliseconds