[an error occurred while processing this directive]
RBL JAVA Tips

[an error occurred while processing this directive]
[ Recherche | JavaSide | Retour ]

Retour Index
  • La premiere applet...
    tmin.java : Telecharger le source
     // Importations
    
     public class tmin extends java.applet.Applet {
         // Variables
    
         // Dessiner l'applet
         public void paint(Graphics g) {             // Methode paint()
              // On dessine "Hello World" a la position 5/15
              g.drawString("Hello World...", 5, 15) ;
         }
      }
    C'est une applet vraiment tres, tres simple...

  • Exemple...

[an error occurred while processing this directive]

[an error occurred while processing this directive] [an error occurred while processing this directive]