Class projet

java.lang.Object
  extended byprojet

public class projet
extends java.lang.Object

C'est la class principal, celle qui contient le main

Author:
Martins Alxandre

Constructor Summary
projet()
           
 
Method Summary
static void main(java.lang.String[] args)
          La fonction main : Elle lance notre projet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

projet

public projet()
Method Detail

main

public static void main(java.lang.String[] args)
La fonction main : Elle lance notre projet