Class InterfaceEchiquier
java.lang.Object
|
+--InterfaceEchiquier
- public class InterfaceEchiquier
- extends Object
Définition de l'interface graphique de l'échiquier.
- See Also:
Echiquier
|
Constructor Summary |
InterfaceEchiquier()
Le constructeur par défaut met en place l'interface. |
|
Method Summary |
static void |
main(String[] args)
Méthode appelée lors de l'interprétation de la classe,
mettant en oeuvre l'interface graphique de l'échiquier. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceEchiquier
public InterfaceEchiquier()
- Le constructeur par défaut met en place l'interface.
- See Also:
Echiquier
main
public static void main(String[] args)
- Méthode appelée lors de l'interprétation de la classe,
mettant en oeuvre l'interface graphique de l'échiquier.
- Parameters:
args - paramètre obligatoire mais non utilisé
dans cette application !