I am trying to set up NetBeans for on my personal laptop for Java applications. I am a beginner programmer and I'm trying to figure out all the basics.
In this application I'm trying to make a JApplet
. So I open a Java Class Library and add a new JApplet
. But when the JApplet
comes up, there is no package. Just a package ;
and an error message.
What exactly is a package and how do I fix this problem?