Development Guide

Libraries

To create PETEP extension, you have to import PetepLib.jar into your project. You can find this file inside PETEP distribution in api/ directory.

If you want to implement your own graphical user interface, you should also import JavaFX libraries.

For logging, use global logger from java.util.logging.Logger.