diff options
author | Pixel <Pixel> | 2001-11-26 15:30:51 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-26 15:30:51 +0000 |
commit | 3aa63fcbddbce8762ad0f3f54d90ad985c0f9c41 (patch) | |
tree | cd60cf2f7b3f13459f1038b8e2fd7d7623217d9c /src/Main.cc | |
parent | 4fba62636fa5183776fa53f2d98a51a7e7fbc794 (diff) |
Grrr
Diffstat (limited to 'src/Main.cc')
-rw-r--r-- | src/Main.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Main.cc b/src/Main.cc index c396568..c9a7147 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -78,8 +78,9 @@ Action * a4 = new Form("Test de formulaire...", "menu4", "Rentrez des trucs...", Action * a5 = new Confirm("Confirmation", "Oui ou non?", "menu5", 0, 0); Action * java = new Message("Applet JAVA", " -<applet CODE=\"/image/HelloSwingApplet.class\" WIDTH = 400 HEIGHT = 50 > -</applet> +<APPLET CODE = \"/image/HelloSwingApplet.class\" WIDTH = 400 HEIGHT = 50> + +</APPLET> ", "java"); Action * Liste[] = {a1, a2, a3, a4, a5, ad, java}; |