SplashScreen

javax.swing. JWindow
#rootPane :JRootPane
#rootPaneCheckingEnabled :boolean
#accessibleContext :AccessibleContext
+JWindow()
+JWindow(Frame)
+JWindow(Window)
#addImpl(Component , Object , int ) :void
#createRootPane() :JRootPane
-createRootPaneException(String ) :Error
+getAccessibleContext() :AccessibleContext
+getContentPane() :Container
+getGlassPane() :Component
+getLayeredPane() :JLayeredPane
+getRootPane() :JRootPane
#isRootPaneCheckingEnabled() :boolean
#paramString() :String
+remove(Component ) :void
+setContentPane(Container ) :void
+setGlassPane(Component ) :void
+setLayeredPane(JLayeredPane ) :void
+setLayout(LayoutManager ) :void
#setRootPane(JRootPane ) :void
#setRootPaneCheckingEnabled(boolean ) :void
#windowInit() :void
net.aerith.misao.gui. SplashScreen
#splash_icon :ImageIcon
#time_to_show :int
+SplashScreen(ImageIcon icon)
+setTime(int time) :void
+showSplashScreen() :void