Using Netbeans 6.1
So, I have a desktop application with one JPanel.
I drop a jLabel on the panel and set its properties and I see it there on
the screen
In the IDE it looks nice so I run and .... the label does not appear!
1. How do I make it visbile on the panel when I run the application ???
2. Why wouldn't the default be visible ?
NewbieBob