Package fr.iutfbleau.papillon
Class Start
java.lang.Object
fr.iutfbleau.papillon.Start
La classe
Start constitue le point d’entrée principal
de l’application Papillon.
Elle initialise la fenêtre principale et lance l’interface graphique de l’application.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Start
public Start()
-
-
Method Details
-
main
Méthode principale exécutée au démarrage du programme.Crée une instance de la fenêtre principale (
Main) et l’affiche à l’écran.- Parameters:
args- les arguments passés en ligne de commande (non utilisés)
-