MCPcopy
hub / github.com/zaproxy/zaproxy / getSplashScreen

Method getSplashScreen

zap/src/main/java/org/parosproxy/paros/view/View.java:1114–1116  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected