Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何调整将放置在 JLabel 中的图像的大小?
ImageIcon icon = ImageIcon("img.gif"); JLabel label = new JLabel(icon);