Class BootstrapMain

java.lang.Object
lu.kbra.modelizer_next.bootstrap.BootstrapMain

public final class BootstrapMain extends Object
Native bootstrap main class that starts the bootstrap runtime.
  • Method Details

    • applyConfiguredLookAndFeel

      public static void applyConfiguredLookAndFeel()
      Applies the configured look and feel during bootstrap/update processing.
    • 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 Java command with the same arguments.
      Throws:
      Exception - if the operation cannot be completed