Can you tell me please how to put Jlabel over/in another JLabel, but only using Netbeans designer. I make new form, drag 1st JLabek into it, i set icon (background image), and now I want to drag new JLabel to be shown over 1st JLabel.
I need just a tip now to do this in designer. I have a code for this, but as I said i would like to know is it possible to do with designer
thanx
Yes, actually you can do it pretty easy with designer BUT you're going to need JPanel
with null layout
netbeans
(right click on package, new - JFrame
Form...