by Zelda Rottencrotch <ccomprehensivecenter@[EMAIL PROTECTED]
>
Aug 12, 2008 at 06:31 PM
Bob Palank wrote:
> 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!
JLabel label;
label.setOpaque(true);
>
> 1. How do I make it visbile on the panel when I run the application ???
> 2. Why wouldn't the default be visible ?
>
>
> NewbieBob
>
>
>