/** Create the application. */
 public GUI() {
   initialize();
   frame.setVisible(true);
   firstOctet.grabFocus();
 }
Beispiel #2
0
 /** Create the application. */
 public GUI() {
   initialize();
 }