Skip to content

jMCS Developer Documentation

JMMC edited this page Jan 31, 2014 · 2 revisions

jMCS is a collection of APIs and JAR files shared by all JMMC Java-based GUI applications, and also others software.

The general philosophy is :

  • your main application class derives from our App class, and must be started using Bootstrapper.launch(YourApp); in your static void main(String[] args) method;
  • as much as possible app details are described in a central XML file named ApplicationData.xml;
  • a large collection of utility singletons and GUI components are available to you;

You can have further details on each main jMCS topic by browsing the following pages :

  1. Application Startup
  2. Application Description
  3. Menu Bar Description
  4. User Preferences Facilities
  5. GUI Facilities
  6. Logging Facilities
  7. Networking Facilities
  8. Utility Classes
Clone this wiki locally