<html>
<head>
<title>
le nombre mystérieux en Java essai 1
</title>
</head>
<body background="beige.jpg">
<p>
<h1>
le nombre mystérieux en Java essai 1
</h1>
<p>
<blockquote>
<!--- ================ -->
<h2>avec g.drawString (peu conseillé) </h2>
<p>
<applet code="nbm1.class"
width="200"
height="300"
alt="applet java du nombre mystérieux">
</applet>
<h2>avec g.drawString et une fonte donnée (peu conseillé) </h2>
<p>
<applet code="nbm1a.class"
width="200"
height="300"
alt="applet java du nombre mystérieux">
</applet>
<h2>avec un "label" (conseillé) </h2>
<p>
<applet code="nbm1b.class"
width="200"
height="300"
alt="applet java du nombre mystérieux">
</applet>
<h2>avec un "label" et un "gridlayout" (conseillé) </h2>
<p>
<applet code="nbm1c.class"
width="200"
height="300"
alt="applet java du nombre mystérieux">
</applet>
<!--- ================ -->
<p>
<a href="http://www.info.univ-angers.fr/pub/gh/"><img src="return.gif" alt="retour gH"></a>
Retour à la page principale de
<font color="#008800">(gH)</font>
<p>
<p>
<p>
<p>
</blockquote>
</body>
</html>
|