Skip to content

Commit 726f14e

Browse files
hansonrhansonr
authored andcommitted
minor adjustments
1 parent 852bc60 commit 726f14e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/net.sf.j2s.java.core/src/test/Test_Applet_Scroll.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public class Test_Applet_Scroll extends JApplet implements ChangeListener, Mouse
5050
/**
5151
* @j2sNative
5252
*
53-
* thisApplet.__Info.width = 500;
54-
* thisApplet.__Info.height = 400;
55-
* thisApplet.__Info.isResizable = true;
53+
* J2S.thisApplet.__Info.width = 800;
54+
* J2S.thisApplet.__Info.height = 400;
55+
* J2S.thisApplet.__Info.isResizable = true;
5656
*/
5757
}
5858
static DecimalFormat df = new DecimalFormat("0.00");

0 commit comments

Comments
 (0)