Class MNMain

java.lang.Object
lu.kbra.modelizer_next.MNMain

public class MNMain extends Object
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 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

      public static void main(String[] args)
      Starts the application entry point.
      Parameters:
      args - command-line arguments supplied by the launcher
    • restartSameCommand

      public static void restartSameCommand() throws Exception
      Restarts the current command with the same JVM and application arguments.
      Throws:
      Exception - if the operation cannot be completed