Reputation: 116
I am both an android developer and a swing developer. I usually use a adt-version of eclipse that was downloaded from google with android development tools, this version seems to be juno 4.2.1.
The problem is that the windowbuilder doesn't show up. No windowbuilder options under preferences, and no new editors available.
Previously i have been working on eclipse there i could install window Builder from market place> i want to build gui using drag and drop option from the design menu
And i know by default my eclipse should include window Builder but when i right click on my class file i can't find window Builder
I tried to import it externally but i cant find any option to import it just like in eclipse
Upvotes: 1
Views: 455
Reputation: 567
Assuming you are using Eclipse Neon
enter this URL : http://download.eclipse.org/windowbuilder/WB/integration/4.6/
Tick the Window Builder and click Add
Upvotes: 0
Reputation: 2091
I'm assuming you mean "myeclipse" when you wrote "eclipse", since you have MyEclipse in the heading and as a keyword. If so, MyEclipse has come with WindowBuilder installed, for quite a few releases. Try New->Other and, in the wizard, type "window" in the filter box. You should see a couple of WindowBuilder options. If you do mean "eclipse" then you'd need to install. Go to Help->Eclipse Marketplace then search for "windowbuilder", click the Install button to install.
Upvotes: 1