Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » How to make my gui runnable?
How to make my gui runnable? [message #735043] Mon, 10 October 2011 18:15 Go to next message
sean.blahovici is currently offline sean.blahoviciFriend
Messages: 1
Registered: October 2011
Junior Member
Hi I am kind of a newb to WindowBuilder and to Eclipse, we have started to build our GUI in our project and we cannot find an option to make our application runnable (through a thread). We did not make it runnable at the beginning of the project and now we regret doing so, but starting over isn't an option.

is there a way to do it through WindowBuilder interface or directly in the code?

thanks for any help provided!
Re: How to make my gui runnable? [message #735060 is a reply to message #735043] Mon, 10 October 2011 19:57 Go to previous message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
If you use the WindowBuilder wizards to create your main UI classes, they will include a main() method for you.

If you are creating those classes by hand, you would need to add code to make them runnable yourself. At that point, this discussion would be best suited to a SWT or Swing forum.
Previous Topic:Abstract class with generics
Next Topic:Cant install SWT designer on eclipse 3.7
Goto Forum:
  


Current Time: Sat Apr 27 01:44:59 GMT 2024

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

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

Back to the top