From 46c0be4ad0028db3d9a41e29d9a5b46ab46056a0 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 05 十二月 2024 18:17:46 +0800
Subject: [PATCH] 省厅标签拆分2
---
ycl-server/src/main/java/com/ycl/api/YS/NetDemo.java | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ycl-server/src/main/java/com/ycl/api/YS/NetDemo.java b/ycl-server/src/main/java/com/ycl/api/YS/NetDemo.java
index 2512cc4..9304365 100644
--- a/ycl-server/src/main/java/com/ycl/api/YS/NetDemo.java
+++ b/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/";
--
Gitblit v1.8.0