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.
可能重复: 关于使用 Java Swing 在循环中动态加载图像的问题
谁能告诉我如何在 JToolBar 中使用 for 循环动态添加图像。我尝试了很多,但它不适用于动态加载图像。我想创建工具栏,在其中循环加载图像。
JToolBar特别适合添加JButton实例,每个实例都有不同的Icon,所以我提倡使用ImageIcon. 可以在此处找到完整的示例,在对您之前问题的答案的评论中引用了更多示例。
JToolBar
JButton
Icon
ImageIcon