Ejemplo n.º 1
0
 public Main(NetworkClient sock) {
   initComponents();
   this.sock = sock;
   initComboBox();
   menu = new Menu();
   int port = Integer.parseInt(EasyFile.getConfig("Configs_Serveur_Restaurants", "PORT_HEAD"));
   String host = EasyFile.getConfig("Configs_Serveur_Restaurants", "HOST");
 }
Ejemplo n.º 2
0
 /** Creates new form Main */
 public Main() {
   initComponents();
 }