Créé dans le cadre du projet de fin d'année de la promo 2018 de CIR2 de l'ISEN Brest/Rennes, le Burger Quizz est une adaptation numérique du jeu télévisé éponyme, plus précisément d'une épreuve spécifique de ce jeu : le "Sel ou Poivre".

SplashScreen.html 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="fr">
  4. <head>
  5. <!-- Generated by javadoc (version 1.7.0_79) on Wed Jun 10 17:18:29 CEST 2015 -->
  6. <title>SplashScreen</title>
  7. <meta name="date" content="2015-06-10">
  8. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  9. </head>
  10. <body>
  11. <script type="text/javascript"><!--
  12. if (location.href.indexOf('is-external=true') == -1) {
  13. parent.document.title="SplashScreen";
  14. }
  15. //-->
  16. </script>
  17. <noscript>
  18. <div>JavaScript is disabled on your browser.</div>
  19. </noscript>
  20. <!-- ========= START OF TOP NAVBAR ======= -->
  21. <div class="topNav"><a name="navbar_top">
  22. <!-- -->
  23. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  24. <!-- -->
  25. </a>
  26. <ul class="navList" title="Navigation">
  27. <li><a href="../overview-summary.html">Overview</a></li>
  28. <li><a href="package-summary.html">Package</a></li>
  29. <li class="navBarCell1Rev">Class</li>
  30. <li><a href="package-tree.html">Tree</a></li>
  31. <li><a href="../deprecated-list.html">Deprecated</a></li>
  32. <li><a href="../index-files/index-1.html">Index</a></li>
  33. <li><a href="../help-doc.html">Help</a></li>
  34. </ul>
  35. </div>
  36. <div class="subNav">
  37. <ul class="navList">
  38. <li><a href="../InterfaceGraphique/InterfacePrincipale.PanReponsesListener.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li>
  39. <li>Next Class</li>
  40. </ul>
  41. <ul class="navList">
  42. <li><a href="../index.html?InterfaceGraphique/SplashScreen.html" target="_top">Frames</a></li>
  43. <li><a href="SplashScreen.html" target="_top">No Frames</a></li>
  44. </ul>
  45. <ul class="navList" id="allclasses_navbar_top">
  46. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  47. </ul>
  48. <div>
  49. <script type="text/javascript"><!--
  50. allClassesLink = document.getElementById("allclasses_navbar_top");
  51. if(window==top) {
  52. allClassesLink.style.display = "block";
  53. }
  54. else {
  55. allClassesLink.style.display = "none";
  56. }
  57. //-->
  58. </script>
  59. </div>
  60. <div>
  61. <ul class="subNavList">
  62. <li>Summary:&nbsp;</li>
  63. <li><a href="#nested_classes_inherited_from_class_javax.swing.JWindow">Nested</a>&nbsp;|&nbsp;</li>
  64. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  65. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  66. <li><a href="#method_summary">Method</a></li>
  67. </ul>
  68. <ul class="subNavList">
  69. <li>Detail:&nbsp;</li>
  70. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  71. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  72. <li><a href="#method_detail">Method</a></li>
  73. </ul>
  74. </div>
  75. <a name="skip-navbar_top">
  76. <!-- -->
  77. </a></div>
  78. <!-- ========= END OF TOP NAVBAR ========= -->
  79. <!-- ======== START OF CLASS DATA ======== -->
  80. <div class="header">
  81. <div class="subTitle">InterfaceGraphique</div>
  82. <h2 title="Class SplashScreen" class="title">Class SplashScreen</h2>
  83. </div>
  84. <div class="contentContainer">
  85. <ul class="inheritance">
  86. <li>java.lang.Object</li>
  87. <li>
  88. <ul class="inheritance">
  89. <li>java.awt.Component</li>
  90. <li>
  91. <ul class="inheritance">
  92. <li>java.awt.Container</li>
  93. <li>
  94. <ul class="inheritance">
  95. <li>java.awt.Window</li>
  96. <li>
  97. <ul class="inheritance">
  98. <li>javax.swing.JWindow</li>
  99. <li>
  100. <ul class="inheritance">
  101. <li>InterfaceGraphique.SplashScreen</li>
  102. </ul>
  103. </li>
  104. </ul>
  105. </li>
  106. </ul>
  107. </li>
  108. </ul>
  109. </li>
  110. </ul>
  111. </li>
  112. </ul>
  113. <div class="description">
  114. <ul class="blockList">
  115. <li class="blockList">
  116. <dl>
  117. <dt>All Implemented Interfaces:</dt>
  118. <dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer</dd>
  119. </dl>
  120. <hr>
  121. <br>
  122. <pre>public class <span class="strong">SplashScreen</span>
  123. extends javax.swing.JWindow</pre>
  124. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#InterfaceGraphique.SplashScreen">Serialized Form</a></dd></dl>
  125. </li>
  126. </ul>
  127. </div>
  128. <div class="summary">
  129. <ul class="blockList">
  130. <li class="blockList">
  131. <!-- ======== NESTED CLASS SUMMARY ======== -->
  132. <ul class="blockList">
  133. <li class="blockList"><a name="nested_class_summary">
  134. <!-- -->
  135. </a>
  136. <h3>Nested Class Summary</h3>
  137. <ul class="blockList">
  138. <li class="blockList"><a name="nested_classes_inherited_from_class_javax.swing.JWindow">
  139. <!-- -->
  140. </a>
  141. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JWindow</h3>
  142. <code>javax.swing.JWindow.AccessibleJWindow</code></li>
  143. </ul>
  144. <ul class="blockList">
  145. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Window">
  146. <!-- -->
  147. </a>
  148. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
  149. <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
  150. </ul>
  151. <ul class="blockList">
  152. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Container">
  153. <!-- -->
  154. </a>
  155. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
  156. <code>java.awt.Container.AccessibleAWTContainer</code></li>
  157. </ul>
  158. <ul class="blockList">
  159. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Component">
  160. <!-- -->
  161. </a>
  162. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  163. <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
  164. </ul>
  165. </li>
  166. </ul>
  167. <!-- =========== FIELD SUMMARY =========== -->
  168. <ul class="blockList">
  169. <li class="blockList"><a name="field_summary">
  170. <!-- -->
  171. </a>
  172. <h3>Field Summary</h3>
  173. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  174. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  175. <tr>
  176. <th class="colFirst" scope="col">Modifier and Type</th>
  177. <th class="colLast" scope="col">Field and Description</th>
  178. </tr>
  179. <tr class="altColor">
  180. <td class="colFirst"><code>static int</code></td>
  181. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_BDD_CONF">LOADING_BDD_CONF</a></strong></code>&nbsp;</td>
  182. </tr>
  183. <tr class="rowColor">
  184. <td class="colFirst"><code>static int</code></td>
  185. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_BDD_CONNECT">LOADING_BDD_CONNECT</a></strong></code>&nbsp;</td>
  186. </tr>
  187. <tr class="altColor">
  188. <td class="colFirst"><code>static int</code></td>
  189. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_CREATE_PANEL_CATEGORIES">LOADING_CREATE_PANEL_CATEGORIES</a></strong></code>&nbsp;</td>
  190. </tr>
  191. <tr class="rowColor">
  192. <td class="colFirst"><code>static int</code></td>
  193. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_CREATE_PANEL_QUESTIONS">LOADING_CREATE_PANEL_QUESTIONS</a></strong></code>&nbsp;</td>
  194. </tr>
  195. <tr class="altColor">
  196. <td class="colFirst"><code>static int</code></td>
  197. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_CREATE_PANEL_REPONSES">LOADING_CREATE_PANEL_REPONSES</a></strong></code>&nbsp;</td>
  198. </tr>
  199. <tr class="rowColor">
  200. <td class="colFirst"><code>static int</code></td>
  201. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_CREATE_STATUS_BAR">LOADING_CREATE_STATUS_BAR</a></strong></code>&nbsp;</td>
  202. </tr>
  203. <tr class="altColor">
  204. <td class="colFirst"><code>static int</code></td>
  205. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_READY">LOADING_READY</a></strong></code>&nbsp;</td>
  206. </tr>
  207. <tr class="rowColor">
  208. <td class="colFirst"><code>static int</code></td>
  209. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_RSC">LOADING_RSC</a></strong></code>&nbsp;</td>
  210. </tr>
  211. <tr class="altColor">
  212. <td class="colFirst"><code>static int</code></td>
  213. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#LOADING_SETUP_UI">LOADING_SETUP_UI</a></strong></code>&nbsp;</td>
  214. </tr>
  215. <tr class="rowColor">
  216. <td class="colFirst"><code>private javax.swing.JProgressBar</code></td>
  217. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#progressBar">progressBar</a></strong></code>&nbsp;</td>
  218. </tr>
  219. </table>
  220. <ul class="blockList">
  221. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.JWindow">
  222. <!-- -->
  223. </a>
  224. <h3>Fields inherited from class&nbsp;javax.swing.JWindow</h3>
  225. <code>accessibleContext, rootPane, rootPaneCheckingEnabled</code></li>
  226. </ul>
  227. <ul class="blockList">
  228. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Component">
  229. <!-- -->
  230. </a>
  231. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  232. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  233. </ul>
  234. <ul class="blockList">
  235. <li class="blockList"><a name="fields_inherited_from_class_java.awt.image.ImageObserver">
  236. <!-- -->
  237. </a>
  238. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  239. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  240. </ul>
  241. </li>
  242. </ul>
  243. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  244. <ul class="blockList">
  245. <li class="blockList"><a name="constructor_summary">
  246. <!-- -->
  247. </a>
  248. <h3>Constructor Summary</h3>
  249. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  250. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  251. <tr>
  252. <th class="colOne" scope="col">Constructor and Description</th>
  253. </tr>
  254. <tr class="altColor">
  255. <td class="colOne"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#SplashScreen(javax.swing.JFrame)">SplashScreen</a></strong>(javax.swing.JFrame&nbsp;owner)</code>&nbsp;</td>
  256. </tr>
  257. </table>
  258. </li>
  259. </ul>
  260. <!-- ========== METHOD SUMMARY =========== -->
  261. <ul class="blockList">
  262. <li class="blockList"><a name="method_summary">
  263. <!-- -->
  264. </a>
  265. <h3>Method Summary</h3>
  266. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  267. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  268. <tr>
  269. <th class="colFirst" scope="col">Modifier and Type</th>
  270. <th class="colLast" scope="col">Method and Description</th>
  271. </tr>
  272. <tr class="altColor">
  273. <td class="colFirst"><code>void</code></td>
  274. <td class="colLast"><code><strong><a href="../InterfaceGraphique/SplashScreen.html#setLoadingProgress(int)">setLoadingProgress</a></strong>(int&nbsp;status)</code>&nbsp;</td>
  275. </tr>
  276. </table>
  277. <ul class="blockList">
  278. <li class="blockList"><a name="methods_inherited_from_class_javax.swing.JWindow">
  279. <!-- -->
  280. </a>
  281. <h3>Methods inherited from class&nbsp;javax.swing.JWindow</h3>
  282. <code>addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getGraphics, getLayeredPane, getRootPane, getTransferHandler, isRootPaneCheckingEnabled, paramString, remove, repaint, setContentPane, setGlassPane, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update, windowInit</code></li>
  283. </ul>
  284. <ul class="blockList">
  285. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Window">
  286. <!-- -->
  287. </a>
  288. <h3>Methods inherited from class&nbsp;java.awt.Window</h3>
  289. <code>addNotify, addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBackground, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setOpacity, setShape, setSize, setSize, setType, setVisible, show, toBack, toFront</code></li>
  290. </ul>
  291. <ul class="blockList">
  292. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Container">
  293. <!-- -->
  294. </a>
  295. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  296. <code>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree</code></li>
  297. </ul>
  298. <ul class="blockList">
  299. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Component">
  300. <!-- -->
  301. </a>
  302. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  303. <code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li>
  304. </ul>
  305. <ul class="blockList">
  306. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  307. <!-- -->
  308. </a>
  309. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  310. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  311. </ul>
  312. </li>
  313. </ul>
  314. </li>
  315. </ul>
  316. </div>
  317. <div class="details">
  318. <ul class="blockList">
  319. <li class="blockList">
  320. <!-- ============ FIELD DETAIL =========== -->
  321. <ul class="blockList">
  322. <li class="blockList"><a name="field_detail">
  323. <!-- -->
  324. </a>
  325. <h3>Field Detail</h3>
  326. <a name="progressBar">
  327. <!-- -->
  328. </a>
  329. <ul class="blockList">
  330. <li class="blockList">
  331. <h4>progressBar</h4>
  332. <pre>private&nbsp;javax.swing.JProgressBar progressBar</pre>
  333. </li>
  334. </ul>
  335. <a name="LOADING_BDD_CONF">
  336. <!-- -->
  337. </a>
  338. <ul class="blockList">
  339. <li class="blockList">
  340. <h4>LOADING_BDD_CONF</h4>
  341. <pre>public static final&nbsp;int LOADING_BDD_CONF</pre>
  342. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_BDD_CONF">Constant Field Values</a></dd></dl>
  343. </li>
  344. </ul>
  345. <a name="LOADING_BDD_CONNECT">
  346. <!-- -->
  347. </a>
  348. <ul class="blockList">
  349. <li class="blockList">
  350. <h4>LOADING_BDD_CONNECT</h4>
  351. <pre>public static final&nbsp;int LOADING_BDD_CONNECT</pre>
  352. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_BDD_CONNECT">Constant Field Values</a></dd></dl>
  353. </li>
  354. </ul>
  355. <a name="LOADING_RSC">
  356. <!-- -->
  357. </a>
  358. <ul class="blockList">
  359. <li class="blockList">
  360. <h4>LOADING_RSC</h4>
  361. <pre>public static final&nbsp;int LOADING_RSC</pre>
  362. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_RSC">Constant Field Values</a></dd></dl>
  363. </li>
  364. </ul>
  365. <a name="LOADING_CREATE_STATUS_BAR">
  366. <!-- -->
  367. </a>
  368. <ul class="blockList">
  369. <li class="blockList">
  370. <h4>LOADING_CREATE_STATUS_BAR</h4>
  371. <pre>public static final&nbsp;int LOADING_CREATE_STATUS_BAR</pre>
  372. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_CREATE_STATUS_BAR">Constant Field Values</a></dd></dl>
  373. </li>
  374. </ul>
  375. <a name="LOADING_CREATE_PANEL_CATEGORIES">
  376. <!-- -->
  377. </a>
  378. <ul class="blockList">
  379. <li class="blockList">
  380. <h4>LOADING_CREATE_PANEL_CATEGORIES</h4>
  381. <pre>public static final&nbsp;int LOADING_CREATE_PANEL_CATEGORIES</pre>
  382. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_CREATE_PANEL_CATEGORIES">Constant Field Values</a></dd></dl>
  383. </li>
  384. </ul>
  385. <a name="LOADING_CREATE_PANEL_REPONSES">
  386. <!-- -->
  387. </a>
  388. <ul class="blockList">
  389. <li class="blockList">
  390. <h4>LOADING_CREATE_PANEL_REPONSES</h4>
  391. <pre>public static final&nbsp;int LOADING_CREATE_PANEL_REPONSES</pre>
  392. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_CREATE_PANEL_REPONSES">Constant Field Values</a></dd></dl>
  393. </li>
  394. </ul>
  395. <a name="LOADING_CREATE_PANEL_QUESTIONS">
  396. <!-- -->
  397. </a>
  398. <ul class="blockList">
  399. <li class="blockList">
  400. <h4>LOADING_CREATE_PANEL_QUESTIONS</h4>
  401. <pre>public static final&nbsp;int LOADING_CREATE_PANEL_QUESTIONS</pre>
  402. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_CREATE_PANEL_QUESTIONS">Constant Field Values</a></dd></dl>
  403. </li>
  404. </ul>
  405. <a name="LOADING_SETUP_UI">
  406. <!-- -->
  407. </a>
  408. <ul class="blockList">
  409. <li class="blockList">
  410. <h4>LOADING_SETUP_UI</h4>
  411. <pre>public static final&nbsp;int LOADING_SETUP_UI</pre>
  412. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_SETUP_UI">Constant Field Values</a></dd></dl>
  413. </li>
  414. </ul>
  415. <a name="LOADING_READY">
  416. <!-- -->
  417. </a>
  418. <ul class="blockListLast">
  419. <li class="blockList">
  420. <h4>LOADING_READY</h4>
  421. <pre>public static final&nbsp;int LOADING_READY</pre>
  422. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#InterfaceGraphique.SplashScreen.LOADING_READY">Constant Field Values</a></dd></dl>
  423. </li>
  424. </ul>
  425. </li>
  426. </ul>
  427. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  428. <ul class="blockList">
  429. <li class="blockList"><a name="constructor_detail">
  430. <!-- -->
  431. </a>
  432. <h3>Constructor Detail</h3>
  433. <a name="SplashScreen(javax.swing.JFrame)">
  434. <!-- -->
  435. </a>
  436. <ul class="blockListLast">
  437. <li class="blockList">
  438. <h4>SplashScreen</h4>
  439. <pre>public&nbsp;SplashScreen(javax.swing.JFrame&nbsp;owner)</pre>
  440. </li>
  441. </ul>
  442. </li>
  443. </ul>
  444. <!-- ============ METHOD DETAIL ========== -->
  445. <ul class="blockList">
  446. <li class="blockList"><a name="method_detail">
  447. <!-- -->
  448. </a>
  449. <h3>Method Detail</h3>
  450. <a name="setLoadingProgress(int)">
  451. <!-- -->
  452. </a>
  453. <ul class="blockListLast">
  454. <li class="blockList">
  455. <h4>setLoadingProgress</h4>
  456. <pre>public&nbsp;void&nbsp;setLoadingProgress(int&nbsp;status)</pre>
  457. </li>
  458. </ul>
  459. </li>
  460. </ul>
  461. </li>
  462. </ul>
  463. </div>
  464. </div>
  465. <!-- ========= END OF CLASS DATA ========= -->
  466. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  467. <div class="bottomNav"><a name="navbar_bottom">
  468. <!-- -->
  469. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  470. <!-- -->
  471. </a>
  472. <ul class="navList" title="Navigation">
  473. <li><a href="../overview-summary.html">Overview</a></li>
  474. <li><a href="package-summary.html">Package</a></li>
  475. <li class="navBarCell1Rev">Class</li>
  476. <li><a href="package-tree.html">Tree</a></li>
  477. <li><a href="../deprecated-list.html">Deprecated</a></li>
  478. <li><a href="../index-files/index-1.html">Index</a></li>
  479. <li><a href="../help-doc.html">Help</a></li>
  480. </ul>
  481. </div>
  482. <div class="subNav">
  483. <ul class="navList">
  484. <li><a href="../InterfaceGraphique/InterfacePrincipale.PanReponsesListener.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li>
  485. <li>Next Class</li>
  486. </ul>
  487. <ul class="navList">
  488. <li><a href="../index.html?InterfaceGraphique/SplashScreen.html" target="_top">Frames</a></li>
  489. <li><a href="SplashScreen.html" target="_top">No Frames</a></li>
  490. </ul>
  491. <ul class="navList" id="allclasses_navbar_bottom">
  492. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  493. </ul>
  494. <div>
  495. <script type="text/javascript"><!--
  496. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  497. if(window==top) {
  498. allClassesLink.style.display = "block";
  499. }
  500. else {
  501. allClassesLink.style.display = "none";
  502. }
  503. //-->
  504. </script>
  505. </div>
  506. <div>
  507. <ul class="subNavList">
  508. <li>Summary:&nbsp;</li>
  509. <li><a href="#nested_classes_inherited_from_class_javax.swing.JWindow">Nested</a>&nbsp;|&nbsp;</li>
  510. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  511. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  512. <li><a href="#method_summary">Method</a></li>
  513. </ul>
  514. <ul class="subNavList">
  515. <li>Detail:&nbsp;</li>
  516. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  517. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  518. <li><a href="#method_detail">Method</a></li>
  519. </ul>
  520. </div>
  521. <a name="skip-navbar_bottom">
  522. <!-- -->
  523. </a></div>
  524. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  525. </body>
  526. </html>