Rohit Jaiswal
Rohit Jaiswal

Reputation: 116

installing windowBuilder in myeclipse

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

Answers (2)

Drahoš Maďar
Drahoš Maďar

Reputation: 567

Assuming you are using Eclipse Neon

Upvotes: 0

Tony Weddle
Tony Weddle

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

Related Questions