Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 811 Bytes

jMCS-Developer-Documentation.md

File metadata and controls

18 lines (14 loc) · 811 Bytes

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]]