Gets the splash screen as Component. It should be used only as a parent for error/warning dialogues shown during initialisation. @return the splash screen, null when the splash screen is/was not displayed. @since 2.4.0
()
| 1112 | * @since 2.4.0 |
| 1113 | */ |
| 1114 | public Component getSplashScreen() { |
| 1115 | return splashScreen; |
| 1116 | } |
| 1117 | |
| 1118 | /** |
| 1119 | * Returns a StatusUI for the given AddOn.Status |