Google+

Friday, August 16, 2013

Install Google window Builder on eclipse - Work with GUI to create java application

Hope you have installed eclipse on your system.Now let me teach you how to install window builder so that you can make use of GUI to create your java apps without need of typing long pages of code.

INSTALLING GOOGLE WINDOW BUILDER :
  • In Eclipse, click Help > Install New Software... 
               Help > Software Updates Menu
  • In work with add the respective Google window Builder link for your eclipse edition.
  • You can copy the respective link from here 
NOTE : You have to provide the respective version link else it produce " parsing error "
  • Then click add
  • It loads the packages available for installation
  • Select the needed packages or select all
  • Click Next to confirm installation.
  • Read and accept the license agreement. To continue installing, select "I accept the terms of the license agreement" and click Finish.
  • When prompted to restart Eclipse, click Yes to restart.
UPDATING ALREADY INSTALLED SOFTWARE :

  1. In Eclipse, click Help > Check for Updates...
    Help > Software Updates Menu
  2. If updates are available, a dialog comes up asking for confirmation. Select all components to update then click Next then Finish to continue.
  3. When prompted to restart Eclipse, click Yes to restart.
OPEN JAVA FILE IN WINDOW BUILDER EDITOR :
  • Create a java file 
  • Right click it and select " open with " in that select "window builder editor ".
  • In the new tab opened, select the "Design" option at bottom of tab and start creating the window of your choice in GUI that opened.
Thus you are done..

No comments:

Post a Comment