Tuesday
17Nov2009
Creating Windows and Buttons in Java
This three part step by step tutorial will show you guys how easy it is to create Windows and Buttons that perform special task in the Java Language.
JCreator: http://www.jcreator.com/download.htm
This code makes the window appear in the center part of your screen everytime:
this.setLocationRelativeTo(null);

VistaMeetsNick
Reader Comments