Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a SWING app with Eclipse Window Builder

I am using Eclipse Indigo on Mac. I just set up the Window Builder tool however for some reason I can not create a new project with it. I select the Swing Designer -> Application Window option another window pops up and asks me for the source folder, project name etc. but when I try to type a name in the source folder it says file cannot be found and when I try to browse there is nothing to select. Does anyone have an idea about whats going on ? thanks

like image 869
Cemre Mengü Avatar asked Dec 24 '11 11:12

Cemre Mengü


1 Answers

You have to create a Java project then you have to create a source folder and a package, after doing that you can select the created package on the Package explorer and create a new Application Window or JFrame from WindowBuilder menu.

like image 77
aleroot Avatar answered Sep 30 '22 11:09

aleroot