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.
我有一个 20x10 的 JLabel 它有 20 的 IconImage,我想要的是底部设置的图像,
JLabel FONDO=new JLabel(Imagen("cas.png")); FONDO.setBounds(10, 30, 20, 10);
在我做 mouseEvent 后代码更改:
FONDO.setBounds(10, 30, 20, 20);
我的问题图片
IconImagen 设置在中心...我需要它在底部
感谢您的建议!