Author Topic: A Quick Way to Add a New Java Class  (Read 6798 times)

Lisa

  • Senior Community Member
  • Posts: 238
  • Hero Points: 24
  • User-friendly geek-speak translator extraordinaire
A Quick Way to Add a New Java Class
« on: November 01, 2007, 01:47:36 PM »
In Java, you can quickly add a new class with the appropriate package statement. Open the Projects tool window (View > Toolbars > Projects). Right-click on a package and select Add > New Class. Enter the correct class name in the Name field and click Add. The package name is populated automatically.