public class ClientStart extends JFrame { JRadioButton rbRemote; JRadioButton rbLocal; JLabel lbText; String strRemote = \"Enter the IP for the server : \"; String strLocal = \"Enter the path to the file : \";
public ClientStart(){ super(\"Flight By Night\"); final Container contentPane = getContentPane(); contentPane.setLayout(new BorderLayout(0,10)); contentPane.setBackground(GUIProperty.backColor);
Her der en masse gui kode !!
setResizable(false); setSize(450,300);
show();
}
public static void main(String args[]){ try{ ClientStart aClientStart = new ClientStart();
}catch(Exception e){ System.out.println(\"\\nException occured in main() of ClientStart\"); e.printStackTrace(); }
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.