Class application_clientjanet

java.lang.Object
  |
  +--application_clientjanet
All Implemented Interfaces:
ClientStarter

public class application_clientjanet
extends java.lang.Object
implements ClientStarter

Démarre une FrameClient en mode Application

See Also:
FrameClient, applet_clientjanet

Field Summary
private  FrameClient maFenetre
          FrameClient à démarrer
 
Constructor Summary
application_clientjanet()
           
 
Method Summary
 void affiche(java.lang.String texte)
          affiche des messages en provenance de FrameClient
 void demarrer()
          crée une nouvelle FrameClient et la démarre
 void fermer()
          ferme l'application ou l'applet qui implémente ClientStarter
 boolean isApplet()
          retourne vrai si this est une applet, faux sinon
static void main(java.lang.String[] args)
          Point d'entrée du programme lorsqu'il est lancé en mode Application
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

maFenetre

private FrameClient maFenetre
FrameClient à démarrer
Constructor Detail

application_clientjanet

public application_clientjanet()
Method Detail

demarrer

public void demarrer()
Description copied from interface: ClientStarter
crée une nouvelle FrameClient et la démarre
Specified by:
demarrer in interface ClientStarter
Following copied from interface: clientjanet.ClientStarter
See Also:
FrameClient

fermer

public void fermer()
Description copied from interface: ClientStarter
ferme l'application ou l'applet qui implémente ClientStarter
Specified by:
fermer in interface ClientStarter
Following copied from interface: clientjanet.ClientStarter
See Also:
Applet_starter, Application_starter

affiche

public void affiche(java.lang.String texte)
Description copied from interface: ClientStarter
affiche des messages en provenance de FrameClient
Specified by:
affiche in interface ClientStarter

isApplet

public boolean isApplet()
Description copied from interface: ClientStarter
retourne vrai si this est une applet, faux sinon
Specified by:
isApplet in interface ClientStarter

main

public static void main(java.lang.String[] args)
Point d'entrée du programme lorsqu'il est lancé en mode Application