Hej alle! Se her:
http://imgur.com/yuap7fiMin kode kommer til at se sådan her ud:
- public class Frame extends JFrame
- {
- public int windowx, windowy;
-
- public Frame()
- {
- this.setVisible(true);
- this.setSize(windowx, windowy);
- }
- }
Jeg vil have den til at se sådan her ud:
- public class Frame extends JFrame
- {
- public int windowx, windowy;
-
- public Frame()
- {
- this.setVisible(true);
- this.setSize(windowx, windowy);
- }
- }
How to do? Har tjekket alt muligt i preferences, men kan ikke finde det >.<
HJÆÆÆÆLP!
Indlæg senest redigeret d. 23.04.2013 13:56 af Bruger #16945