我正在使用代码:
main.setContentPane(new JLabel(new ImageIcon(ImageIO.read(new File("4.jpg")).getScaledInstance(main.getContentPane().getWidth(), main.getContentPane().getHeight(), Image.SCALE_SMOOTH))));
设置image.problem是,它不在全帧
当我在NetBeans IDE中设计GUI时还有一个问题,图片与组件重叠。
PLZ建议一些解决方案。
答案 0 :(得分:0)
您需要使用布局管理器。如果没有布局管理器,则很难手动调整组件大小。查看以下链接Resize the components of the frame in full-screen mode& Visual Guide to Layouts。恕我直言,你需要的是网格布局或边框布局。