Interface LauncherParent
- All Known Implementing Classes:
BootstrapSwing
,BootstrapSwingFS
public interface LauncherParent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleError
(String message) Should show the error message with an option to retry or abort.void
showSplash
(SplashPanel splash)
-
Method Details
-
showSplash
-
handleError
Should show the error message with an option to retry or abort.
-