src/zhuye/Shouye.java
@@ -4391,17 +4391,4 @@ visualizationPanel.repaint(); } // 测试方法 public static void main(String[] args) { JFrame frame = new JFrame("AutoMow - 首页"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(400, 800); frame.setLocationRelativeTo(null); Shouye shouye = new Shouye(); frame.add(shouye); frame.setVisible(true); UDPServer.startAsync();//启动数据接收线程 } }