I\'m using NetBeans 7.1 to code in Java. I have already created a JFrame
filled with some labels, textbox and buttons
. How can I d
JLabel
from the pallete to the formicon
propertyIt's normally best that the images reside within the project folder, makes deployment easier in the long run.
Make sure when you add the JLabel to use it from Swing Controls not AWT.