Extending JPanel

View: New views
2 Messages — Rating Filter:   Alert me  

Extending JPanel

by PocketA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I want to extend JPanel but and still enjoy the benefits of the GUI editor. (Now the problem is that I can't change the type of a panel to my extended panel)

How can I achieve this ?

thx.

Re: Extending JPanel

by Patrick Keegan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Check the FAQ for some related topics:
http://wiki.netbeans.org/NetBeansUserFAQ#section-NetBeansUserFAQ-GUIEditorMatisse

BTW, this list is about the UI of NetBeans itself. For questions on
using NetBeans, including designing Swing forms, nbusers is a more
appropriate list.

-Patrick
> I want to extend JPanel but and still enjoy the benefits of the GUI editor.
> (Now the problem is that I can't change the type of a panel to my extended
> panel)
>
> How can I achieve this ?
>
> thx.
>