简体   繁体   中英

Applet with Gui Designer

I want to ask you if there is a possibility to program a Java Applet in netbeans 6.5 using the GUI Designer. When I was adding a new file to the source and choose Applet or JApplet, I found now Designer as in a JForm for instance.

If you want to design applets in NetBeans then do this:

  1. open a new project
  2. right click on "Source Packages"
  3. select "New" and "Other"
  4. under "Categories" select "Swing GUI Forms" and under "File Types" select "JApplet Form"

To make Designer available make new applet in the following way:

  1. Select menu "File \\ New File".
  2. Select "Swing GUI Forms" from "Categories"
  3. Select "JAppletForm" from "File Types" and press "Next".
  4. Input desired class name, package name and press "Finish".
  5. Now if you select tab with your applet tab you can see two sub-tabs "Source" and "Design". By selecting "Design" you will be able to design you applet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM