张世豪
2 天以前 6b1447fb1794e08f8e5f580b83ae5eabe4e617d8
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();//启动数据接收线程
    }
}