You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :