Package lu.kbra.modelizer_next
Class MNMain
java.lang.Object
lu.kbra.modelizer_next.MNMain
Application main class for the Swing desktop client. It configures UI defaults, registers JSON
modules, and either starts the command-line exporter or opens the main frame.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidApplies the configured look and feel.static voidStarts the application entry point.static voidRestarts the current command with the same JVM and application arguments.
-
Field Details
-
OBJECT_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
-
-
Constructor Details
-
MNMain
public MNMain()
-
-
Method Details
-
applyConfiguredLookAndFeel
public static void applyConfiguredLookAndFeel()Applies the configured look and feel. -
main
Starts the application entry point.- Parameters:
args- command-line arguments supplied by the launcher
-
restartSameCommand
Restarts the current command with the same JVM and application arguments.- Throws:
Exception- if the operation cannot be completed
-