<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Thu Jun 11 10:20:12 CEST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf8"> <title>InterfacePrincipale</title> <meta name="date" content="2015-06-11"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="InterfacePrincipale"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li> <li><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?InterfaceGraphique/InterfacePrincipale.html" target="_top">Frames</a></li> <li><a href="InterfacePrincipale.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li><a href="#nested_class_summary">Nested</a> | </li> <li><a href="#field_summary">Field</a> | </li> <li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field_detail">Field</a> | </li> <li><a href="#constructor_detail">Constr</a> | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">InterfaceGraphique</div> <h2 title="Class InterfacePrincipale" class="title">Class InterfacePrincipale</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.awt.Component</li> <li> <ul class="inheritance"> <li>java.awt.Container</li> <li> <ul class="inheritance"> <li>java.awt.Window</li> <li> <ul class="inheritance"> <li>java.awt.Frame</li> <li> <ul class="inheritance"> <li>javax.swing.JFrame</li> <li> <ul class="inheritance"> <li>InterfaceGraphique.InterfacePrincipale</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</dd> </dl> <hr> <br> <pre>public class <span class="strong">InterfacePrincipale</span> extends javax.swing.JFrame</pre> <div class="block">Interface graphique principale</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#InterfaceGraphique.InterfacePrincipale">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private class </code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanCategoriesListener</a></strong></code> <div class="block">Classe interne pour l'ecoute d'événements sur le panneaux de gestion des catégories.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private class </code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanQuestionsListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanQuestionsListener</a></strong></code> <div class="block">Classe interne pour l'ecoute d'événements sur le panneaux de gestion des questions.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private class </code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanReponsesListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanReponsesListener</a></strong></code> <div class="block">Classe interne pour l'ecoute d'événements sur le panneaux de gestion des réponses.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_javax.swing.JFrame"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class javax.swing.JFrame</h3> <code>javax.swing.JFrame.AccessibleJFrame</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Frame"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Frame</h3> <code>java.awt.Frame.AccessibleAWTFrame</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Window"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Window</h3> <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Container"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Container</h3> <code>java.awt.Container.AccessibleAWTContainer</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Component"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Component</h3> <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li> </ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addC">addC</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addQ">addQ</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addR">addR</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#bdd">bdd</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#config">config</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#configBDD">configBDD</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delC">delC</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.ImageIcon</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delImg">delImg</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delQ">delQ</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delR">delR</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editC">editC</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.ImageIcon</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editImg">editImg</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editQ">editQ</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editR">editR</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private static java.awt.Color</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#ERROR_COLOR">ERROR_COLOR</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static java.awt.Color</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#INFO_COLOR">INFO_COLOR</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JList</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listC">listC</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JList</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listQ">listQ</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JList</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listR">listR</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static java.awt.Color</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#NORMAL_COLOR">NORMAL_COLOR</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JPanel</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panCategories">panCategories</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JPanel</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panQuestions">panQuestions</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JPanel</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panReponses">panReponses</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.ImageIcon</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#plusImg">plusImg</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.ImageIcon</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setupImg">setupImg</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JPanel</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#statusBar">statusBar</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JLabel</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#statusText">statusText</a></strong></code> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_javax.swing.JFrame"> <!-- --> </a> <h3>Fields inherited from class javax.swing.JFrame</h3> <code>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_java.awt.Frame"> <!-- --> </a> <h3>Fields inherited from class java.awt.Frame</h3> <code>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_java.awt.Component"> <!-- --> </a> <h3>Fields inherited from class java.awt.Component</h3> <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_javax.swing.WindowConstants"> <!-- --> </a> <h3>Fields inherited from interface javax.swing.WindowConstants</h3> <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_java.awt.image.ImageObserver"> <!-- --> </a> <h3>Fields inherited from interface java.awt.image.ImageObserver</h3> <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#InterfacePrincipale()">InterfacePrincipale</a></strong>()</code> <div class="block">Constructeur lancant le splashcreen, la connexion à la base de donné, et la construction de l'interface principale.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#configureBDD(boolean)">configureBDD</a></strong>(boolean showExitButton)</code> <div class="block">Affiche une boite de dialogue pour modifier et sauvegarder une nouvelle configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelCategories()">createPanelCategories</a></strong>()</code> <div class="block">Initialise et configure le panneaux de gestion des catégorie.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelQuestion()">createPanelQuestion</a></strong>()</code> <div class="block">Initialise et configure le panneaux de gestion des questions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelReponses()">createPanelReponses</a></strong>()</code> <div class="block">Initialise et configure le panneaux de gestion des réponses.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createStatusBar()">createStatusBar</a></strong>()</code> <div class="block">Initialise et configure la barre de statut.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String[]</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#getCategorieList()">getCategorieList</a></strong>()</code> <div class="block">Selectionne une liste des categories.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#loadImgBouton()">loadImgBouton</a></strong>()</code> <div class="block">Charge les images pour les boutons.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#modem56k()">modem56k</a></strong>()</code> <div class="block">easter-egg</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#nyan()">nyan</a></strong>()</code> <div class="block">easter-egg</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#reSelectCategorie(java.lang.String)">reSelectCategorie</a></strong>(java.lang.String newCatName)</code> <div class="block">Selectionne à nouveau une catégorie.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#reSelectQuestion(java.lang.String)">reSelectQuestion</a></strong>(java.lang.String intitule)</code> <div class="block">Selectionne à nouveau une question.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#reSelectReponses(java.lang.String,%20java.lang.String)">reSelectReponses</a></strong>(java.lang.String rep1, java.lang.String rep2)</code> <div class="block">Selectionne à nouveau un jeu de reponses.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setQuestionsPanelEnabled(boolean)">setQuestionsPanelEnabled</a></strong>(boolean active)</code> <div class="block">Active ou désactive le panneaux de gestion des questions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setReponsesPanelEnabled(boolean)">setReponsesPanelEnabled</a></strong>(boolean active)</code> <div class="block">Active ou désactive le panneaux de gestion des réponses.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setStatusText(java.lang.String)">setStatusText</a></strong>(java.lang.String message)</code> <div class="block">Change le texte de la barre de statut et el met en noir.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setStatusText(java.lang.String,%20java.awt.Color)">setStatusText</a></strong>(java.lang.String message, java.awt.Color color)</code> <div class="block">Change le texte de la barre de statut.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#tryToConnect()">tryToConnect</a></strong>()</code> <div class="block">Essaye de se connecter à la base de données, et demande à modifier la configuration de la connexion si echec.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_javax.swing.JFrame"> <!-- --> </a> <h3>Methods inherited from class javax.swing.JFrame</h3> <code>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.awt.Frame"> <!-- --> </a> <h3>Methods inherited from class java.awt.Frame</h3> <code>addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.awt.Window"> <!-- --> </a> <h3>Methods inherited from class java.awt.Window</h3> <code>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, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.awt.Container"> <!-- --> </a> <h3>Methods inherited from class java.awt.Container</h3> <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> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.awt.Component"> <!-- --> </a> <h3>Methods inherited from class java.awt.Component</h3> <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, 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> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.awt.MenuContainer"> <!-- --> </a> <h3>Methods inherited from interface java.awt.MenuContainer</h3> <code>getFont, postEvent</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="panCategories"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>panCategories</h4> <pre>private javax.swing.JPanel panCategories</pre> </li> </ul> <a name="addC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addC</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addC</pre> </li> </ul> <a name="delC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>delC</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delC</pre> </li> </ul> <a name="editC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>editC</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editC</pre> </li> </ul> <a name="listC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listC</h4> <pre>private javax.swing.JList listC</pre> </li> </ul> <a name="panReponses"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>panReponses</h4> <pre>private javax.swing.JPanel panReponses</pre> </li> </ul> <a name="addR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addR</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addR</pre> </li> </ul> <a name="delR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>delR</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delR</pre> </li> </ul> <a name="editR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>editR</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editR</pre> </li> </ul> <a name="listR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listR</h4> <pre>private javax.swing.JList listR</pre> </li> </ul> <a name="panQuestions"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>panQuestions</h4> <pre>private javax.swing.JPanel panQuestions</pre> </li> </ul> <a name="addQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addQ</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addQ</pre> </li> </ul> <a name="delQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>delQ</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delQ</pre> </li> </ul> <a name="editQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>editQ</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editQ</pre> </li> </ul> <a name="listQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listQ</h4> <pre>private javax.swing.JList listQ</pre> </li> </ul> <a name="plusImg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>plusImg</h4> <pre>private javax.swing.ImageIcon plusImg</pre> </li> </ul> <a name="delImg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>delImg</h4> <pre>private javax.swing.ImageIcon delImg</pre> </li> </ul> <a name="editImg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>editImg</h4> <pre>private javax.swing.ImageIcon editImg</pre> </li> </ul> <a name="setupImg"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setupImg</h4> <pre>private javax.swing.ImageIcon setupImg</pre> </li> </ul> <a name="statusBar"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>statusBar</h4> <pre>private javax.swing.JPanel statusBar</pre> </li> </ul> <a name="statusText"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>statusText</h4> <pre>private javax.swing.JLabel statusText</pre> </li> </ul> <a name="config"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>config</h4> <pre>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> config</pre> </li> </ul> <a name="bdd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bdd</h4> <pre>private <a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a> bdd</pre> </li> </ul> <a name="configBDD"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>configBDD</h4> <pre>private <a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a> configBDD</pre> </li> </ul> <a name="ERROR_COLOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ERROR_COLOR</h4> <pre>private static final java.awt.Color ERROR_COLOR</pre> </li> </ul> <a name="INFO_COLOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>INFO_COLOR</h4> <pre>private static final java.awt.Color INFO_COLOR</pre> </li> </ul> <a name="NORMAL_COLOR"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NORMAL_COLOR</h4> <pre>private static final java.awt.Color NORMAL_COLOR</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="InterfacePrincipale()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>InterfacePrincipale</h4> <pre>public InterfacePrincipale()</pre> <div class="block">Constructeur lancant le splashcreen, la connexion à la base de donné, et la construction de l'interface principale.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="loadImgBouton()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadImgBouton</h4> <pre>private void loadImgBouton()</pre> <div class="block">Charge les images pour les boutons.</div> </li> </ul> <a name="createStatusBar()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createStatusBar</h4> <pre>private void createStatusBar()</pre> <div class="block">Initialise et configure la barre de statut.</div> </li> </ul> <a name="createPanelCategories()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createPanelCategories</h4> <pre>private void createPanelCategories()</pre> <div class="block">Initialise et configure le panneaux de gestion des catégorie.</div> </li> </ul> <a name="createPanelReponses()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createPanelReponses</h4> <pre>private void createPanelReponses()</pre> <div class="block">Initialise et configure le panneaux de gestion des réponses.</div> </li> </ul> <a name="createPanelQuestion()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createPanelQuestion</h4> <pre>private void createPanelQuestion()</pre> <div class="block">Initialise et configure le panneaux de gestion des questions.</div> </li> </ul> <a name="modem56k()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>modem56k</h4> <pre>public void modem56k()</pre> <div class="block">easter-egg</div> </li> </ul> <a name="nyan()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nyan</h4> <pre>public void nyan()</pre> <div class="block">easter-egg</div> </li> </ul> <a name="configureBDD(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>configureBDD</h4> <pre>public boolean configureBDD(boolean showExitButton)</pre> <div class="block">Affiche une boite de dialogue pour modifier et sauvegarder une nouvelle configuration.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>showExitButton</code> - Si true, bouton annuler est remplacé par un bouton pour quitter l'aplication.</dd> <dt><span class="strong">Returns:</span></dt><dd>true si la configuration à été modifiée, false sinon.</dd></dl> </li> </ul> <a name="tryToConnect()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tryToConnect</h4> <pre>private void tryToConnect()</pre> <div class="block">Essaye de se connecter à la base de données, et demande à modifier la configuration de la connexion si echec.</div> </li> </ul> <a name="setStatusText(java.lang.String, java.awt.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setStatusText</h4> <pre>private void setStatusText(java.lang.String message, java.awt.Color color)</pre> <div class="block">Change le texte de la barre de statut.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - Message.</dd><dd><code>color</code> - Couleur;</dd></dl> </li> </ul> <a name="setStatusText(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setStatusText</h4> <pre>private void setStatusText(java.lang.String message)</pre> <div class="block">Change le texte de la barre de statut et el met en noir.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - Message.</dd></dl> </li> </ul> <a name="setReponsesPanelEnabled(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setReponsesPanelEnabled</h4> <pre>private void setReponsesPanelEnabled(boolean active)</pre> <div class="block">Active ou désactive le panneaux de gestion des réponses.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>active</code> - panneaux actif ou non.</dd></dl> </li> </ul> <a name="setQuestionsPanelEnabled(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setQuestionsPanelEnabled</h4> <pre>private void setQuestionsPanelEnabled(boolean active)</pre> <div class="block">Active ou désactive le panneaux de gestion des questions.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>active</code> - panneaux actif ou non.</dd></dl> </li> </ul> <a name="reSelectCategorie(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reSelectCategorie</h4> <pre>private void reSelectCategorie(java.lang.String newCatName) throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre> <div class="block">Selectionne à nouveau une catégorie.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>newCatName</code> - La catégorie à selectionner.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code> - Si une erreur SQL survient.</dd></dl> </li> </ul> <a name="reSelectReponses(java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reSelectReponses</h4> <pre>private void reSelectReponses(java.lang.String rep1, java.lang.String rep2) throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre> <div class="block">Selectionne à nouveau un jeu de reponses.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>rep1</code> - La réponse 1</dd><dd><code>rep2</code> - La réponse 2</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code> - Si une erreur SQL survient.</dd></dl> </li> </ul> <a name="reSelectQuestion(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reSelectQuestion</h4> <pre>private void reSelectQuestion(java.lang.String intitule) throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre> <div class="block">Selectionne à nouveau une question.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>intitule</code> - L'intitulé.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code> - Si une erreur SQL survient.</dd></dl> </li> </ul> <a name="getCategorieList()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getCategorieList</h4> <pre>private java.lang.String[] getCategorieList()</pre> <div class="block">Selectionne une liste des categories.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>Un tableau de noms de catégories.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li> <li><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?InterfaceGraphique/InterfacePrincipale.html" target="_top">Frames</a></li> <li><a href="InterfacePrincipale.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li><a href="#nested_class_summary">Nested</a> | </li> <li><a href="#field_summary">Field</a> | </li> <li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field_detail">Field</a> | </li> <li><a href="#constructor_detail">Constr</a> | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>