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.
我正在使用NetBeans 7.1编写 Java 代码。我已经创建了一个JFrame充满一些labels, textbox and buttons. 如何将一些图像(JPG,PNG,etc...)从我的 PC 导入到相同的文件中JFrame?在框架的特定位置。
JFrame
labels, textbox and buttons
(JPG,PNG,etc...)
JLabel
icon
通常最好将图像驻留在项目文件夹中,从长远来看,这会使部署更容易。
确保在添加 JLabel 时从 Swing Controls 而不是 AWT 使用它。