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.
好的,假设我有这个图像:
ImageIcon imageBack = new ImageIcon(System.getenv("APPDATA") + "\.my_game\bg.png");
我有一个JPanel可以打开和关闭的。我如何让它JPanel使用自定义ImageIcon?
JPanel
ImageIcon
根据您的要求,您可以使用Background Panel中的一种解决方案。