0
我使用代碼:幀圖像縮放
main.setContentPane(new JLabel(new ImageIcon(ImageIO.read(new File("4.jpg")).getScaledInstance(main.getContentPane().getWidth(), main.getContentPane().getHeight(), Image.SCALE_SMOOTH))));
設置image.problem是,它不是全畫幅
上,並具有1度以上的問題時,我在NetBeans IDE中設計GUI時,圖片會重疊組件。
PLZ提出了一些解決方案。
我使用main.setContentPane和netbeans ide的默認佈局是免費佈局或類似的東西那麼爲什麼我需要設置網格佈局或邊界佈局。 –