Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Adding New Layout Manager into Netbeans

Reply
Thread Tools

Adding New Layout Manager into Netbeans

 
 
onali1811@gmail.com
Guest
Posts: n/a
 
      10-17-2006
Hi,

I have written a new layout manager. I would like to provide a support
for it in a GUI tool like Netbeans.

Is there a way (through writing some module) of adding my new layout to
the list of default layouts which are supported by netbeans GUI
designer?

Thanks,
Regards, ON ALI

 
Reply With Quote
 
 
 
 
Thomas Weidenfeller
Guest
Posts: n/a
 
      10-17-2006
wrote:
> I have written a new layout manager. I would like to provide a support
> for it in a GUI tool like Netbeans.
>
> Is there a way (through writing some module) of adding my new layout to
> the list of default layouts which are supported by netbeans GUI
> designer?


Yes, as described in NetBeans's integrated help "Using a Custom Layout
Manager"...

Ensure it qualifies as a JavaBean (trivial), and doesn't require fancy
parameters. Then use the palette manager in the tool menu to add it. In
4.1 there was a default palette group for layout managers. In 5.0 you
can either create such a group, or throw the new layout manger into the
beans group in the palette manager.

/Thomas

--
The comp.lang.java.gui FAQ:
http://gd.tuwien.ac.at/faqs/faqs-hie...lang.java.gui/
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/...g/java/gui/faq
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Choosing Layout: Css-Layout or Table-Layout hpourfard@gmail.com ASP .Net 1 06-19-2006 10:06 AM
Cisco CW Campus Manager, CW Common Service, CW Device Fault Manager, CW Recource Manager Essentials, NGenious RealTime Monitor, CiscoWorks Routed WAN Management Solution v1.3 [3 CDs], CiscoWorks VPN_Security Management Solution v2.2, CiscoWorks QoS P astra35 Cisco 0 05-19-2004 01:01 PM
Building a GUI using NetBeans platform (not Netbeans IDE !) Pimousse Java 2 04-21-2004 07:22 AM
Cisco CW Campus Manager, CW Common Service, CW Device Fault Manager, CWRecource Manager Essentials, NGenious RealTime Monitor, CiscoWorksRouted WAN Management Solution v1.3 [3 CDs], CiscoWorks VPN_SecurityManagement Solution v2.2, CiscoWorks QoS Poli TEL Cisco 0 01-17-2004 07:09 AM
Cisco CW Campus Manager, CW Common Service, CW Device Fault Manager, CWRecource Manager Essentials, NGenious RealTime Monitor - new ! TEL Cisco 0 12-31-2003 07:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57