Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the lcsim-contrib project in Netbeans, right click on Source Packages and select New > Java Package. Add a package for your code.

Image Added

If your name is Bob Smith, then you might call it org.lcsim.contrib.bsmith. I will use org.lcsim.contrib.example, but you should add a unique package name for yourself. You should only need to add this new base package the first time you add code to this project.Image Removed

Create a new class in your package by right-clicking on the package in Source Packages and selecting New > Java Class.

...