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?
Eric Clayberg Messages: 737 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.