Why can't I find Java desktop application in Netbeans 8.0

27,089

You can still use Netbeans GUI components in Netbeans 8.0.

Create a normal Java Project:

  1. Select "New Project" on the "File" menu.
  2. Select "Java"
  3. Select "Java Application"
  4. Fill out the required data and finish.

Once the project is created:

  1. Right click in a java package and select "New", then "Other" at the bottom of the menu.
  2. Select "Swing GUI Forms"

Then choose the file type (JFrame as an example).

Netbeans will load the GUI tools for you at that moment.

Share:
27,089
Admin
Author by

Admin

Updated on July 09, 2022

Comments

  • Admin
    Admin almost 2 years

    I downloaded Netbeans 8.0 with all bundle from http://netbeans.org/downloads and installed it successfully on Windows 8.

    But I can't find Java Desktop Application which should be under Java category when add new project as 6.5 does.

    Where is it? Or what is the substitute one in 8.0? I need something to create GUI by dragging components.

    Thanks

  • Danger
    Danger over 6 years
    Can you also give the steps for simple java desktop application with database.? It'll be helpful. Thanks