How to Installing WindowBuilder on Eclipse

What is WindowBuilder ?
                   WindowBuilder is composed of SWT Designer and Swing Designer and makes it very easy to create Java GUI applications without spending a lot of time writing code. Easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor, internationalize your app and much more.

 Inatallation Steps
 
To install WindowBuilder in Eclipse go to :
         Eclipse Help-> Install New Software.

In the textbox for add enter this URL :
        http://download.eclipse.org/windowbuilder/WB/integration/4.6/
 
Tick the Window Builder and click Add . Complete the installation.

Comments

Post a Comment

Popular posts from this blog

How to Install AnyDesk remote desktop client on Ubuntu

Top 5 Websites for Java Application Examples with source code

How to create exe of java application using launch4j and inno setup compiler