Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » Classes and window builder
Classes and window builder [message #1690700] Mon, 30 March 2015 16:43 Go to next message
Ay Ha is currently offline Ay HaFriend
Messages: 1
Registered: March 2015
Junior Member
Hey all, I recently started using window builder to make a a program, this program involves a table, a few buttons and a few fields. When I make a new button, or anything else using the design tool, everything gets put all into one class, is there any way i could use window builder to give a button its own class, or do I have to do that manually? This to make the coding look a bit neater, because it does get confusing when I start adding function
Re: Classes and window builder [message #1690877 is a reply to message #1690700] Tue, 31 March 2015 18:05 Go to previous message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
You can manually subclass Button to create your own custom widget and then use it with WindowBuilder.

You could also place a Button within a new custom panel and then use that custom panel within WindowBuilder.
Previous Topic:Add support for preferred BorderLayout constants
Next Topic:instalação
Goto Forum:
  


Current Time: Thu Apr 25 17:43:45 GMT 2024

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

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

Back to the top