fuliqi
2024-08-30 4edf419e4beed7e17c99aecc7860691c2b9a7196
ycl-server/src/main/java/com/ycl/api/YS/NetDemo.java
@@ -787,27 +787,27 @@
   /**
    * Launch the application.
    */
   public static void main(String[] args) {
      EventQueue.invokeLater(new Runnable() {
         public void run() {
            try {
               NetDemo window = new NetDemo();
               window.frame.setResizable(false);
               window.frame.setVisible(true);
            } catch (Exception e) {
               e.printStackTrace();
            }
         }
      });
   }
//   public static void main(String[] args) {
//      EventQueue.invokeLater(new Runnable() {
//         public void run() {
//            try {
//               NetDemo window = new NetDemo();
//               window.frame.setResizable(false);
//               window.frame.setVisible(true);
//            } catch (Exception e) {
//               e.printStackTrace();
//            }
//         }
//      });
//   }
   /**
    * Create the application.
    */
   public NetDemo() {
      initialize();
      init();
   }
//   public NetDemo() {
//      initialize();
//      init();
//   }
   public void init() {
       String strLogPath = "./sdklog/";