Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 712
Sebastian Müller Avatar asked Jan 23 '23 22:01

Sebastian Müller


1 Answers

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"
like image 98
kovica Avatar answered Feb 01 '23 16:02

kovica