test
Java
code posted
by
IceFrost
created at 24 Nov 16:32
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
import javax.swing.JFrame; public class Windows extends JFrame { Windows(){ this.setLocation(arg0, arg1) } /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Windows thGame = new Windows(); } } |
282 Bytes in 2 ms with coderay