UP PREVIOUS NEXT -- TIE

Exercice 4: Afficher un titre dans la barre d'un frame

Affichez un titre dans la barre du "Frame" de l'Exercice 3: "Graphisme simple (plus de rings)" [4].

Frame monFrame = new Ring (????);

public void paint (Graphics g) {

// Draw a yellow ring

g.afficherTitre ("....")


UP PREVIOUS NEXT -- TIE