Overview

In the end the adapter has to be one Jar file containing two class files in the same package. The jar file's name has to end in "Adapter.jar". e.g. GalaxAdapter.jar The two class files represent the interface to the API and the GUI for the options. They both have to be part of the same package with the following nameconvention: same as the jarname but in lowercase. e.g. galaxadapter. Their classnames have to end with: "Adapter" and "AdapterOptionsPanel" e.g. GalaxAdapter and GalaxAdapterOptionsPanel. The prefix (in my examples "Galax") has to be the same for all the names, except for the package which is lowercase!