Skip to main content



      Home
Home » Eclipse Projects » WindowBuilder » Change which components appear on top in WindowBuilder editor
Change which components appear on top in WindowBuilder editor [message #769276] Wed, 21 December 2011 12:50 Go to next message
Eclipse UserFriend
I have overlapping panels in windowsbuilder pro for eclipse, is there any way to change their ordering without moving them. I just want to be able to edit the controls on the panel underneath. Thanks
Re: Change which components appear on top in WindowBuilder editor [message #769302 is a reply to message #769276] Wed, 21 December 2011 14:00 Go to previous messageGo to next message
Eclipse UserFriend
If these panels are overlapping, WindowBuilder will show them as such, because we show actual UI.
There are no feature right now to change order of component at design time only, at least for generic container.
We have something like this for JTabbedPane, StackLayout, etc.

So, you can not edit components visually, but you can use components tree to select them and change properties.
Re: Change which components appear on top in WindowBuilder editor [message #769331 is a reply to message #769302] Wed, 21 December 2011 15:33 Go to previous messageGo to next message
Eclipse UserFriend
If you are using Swing, you should use CardLayout to handle overlapping panels.

For SWT, use StackLayout just as Konstantin suggested.
Re: Change which components appear on top in WindowBuilder editor [message #769546 is a reply to message #769331] Thu, 22 December 2011 04:52 Go to previous message
Eclipse UserFriend
Thanks for the help guys!
Previous Topic:XWT Editor: get name attribute
Next Topic:Confusing code
Goto Forum:
  


Current Time: Wed Jul 23 06:19:00 EDT 2025

Powered by FUDForum. Page generated in 0.05243 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top