From b85542765637358cb1473629d0ea767ac076aec3 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 23 九月 2025 13:36:26 +0800
Subject: [PATCH] 图片压缩
---
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