Applet

alberta -  
 Utilisateur anonyme -
Bonjour,

J'ai lancer une applet à partir d'une page html
mais s'afiche que le rectangle de l'applet

html:
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
TODO write content

<APPLET code=" CalVenta.class" width="500" height="200">
Applet java qui fait coucou au Hub...
</APPLET>
</body>
</html>

Applet:

package applet;

// Votre premiere application en Java
public class NewApplet {
public static void main (String[] args){
System.out.println("Hello World");

}
}

merci...

2 réponses

BadGuitarist Messages postés 373 Statut Membre 27
 
0
Utilisateur anonyme
 
0