Package lu.kbra.modelizer_next.bootstrap
Class BootstrapMain
java.lang.Object
lu.kbra.modelizer_next.bootstrap.BootstrapMain
Native bootstrap main class that starts the bootstrap runtime.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidApplies the configured look and feel during bootstrap/update processing.static voidStarts the application entry point.static voidRestarts the current Java command with the same arguments.
-
Method Details
-
applyConfiguredLookAndFeel
public static void applyConfiguredLookAndFeel()Applies the configured look and feel during bootstrap/update processing. -
main
Starts the application entry point.- Parameters:
args- command-line arguments supplied by the launcher
-
restartSameCommand
Restarts the current Java command with the same arguments.- Throws:
Exception- if the operation cannot be completed
-