I have just downloaded the "Eclipse IDE for Java Developers" (version: Kepler Service Release 1 for Windows 64bit) and extract it to a folder.
The Package Description says that the IDE includes WindowBuilder Core.
So I created a New -> Java Project using the default settings and pressing Finish. Then I created a new class file with a public static void main()
inside it.
Then I search all the toolbars but I can't find the WindowBuilder Toolbar anywhere so that to be able to create a new window..
How can I access the WindowBuilder Core from my Eclipse and show up the toolbar with buttons and textboxes e.t.c.?
How can I make and run a simple window with WindowBuilder?