src/main/java/com/example/client/Main.java
@@ -64,14 +64,8 @@ Font font = new Font("宋体", Font.BOLD, 23); setUIFontService.setFont(font); try { UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel"); } catch (Exception e) { e.printStackTrace(); } JPopupMenu.setDefaultLightWeightPopupEnabled(false); JFrame frame = new JFrame("进度跟踪"); frame.setSize(width, height); frame.setExtendedState(JFrame.MAXIMIZED_BOTH);