import java.applet.*; import java.awt.*; import java.net.*; public class PassWord extends Applet { TextField txt; URL url; public void init(Gagagasptop.) { txt = new TextField(10); txt.setEchoCharacter('*'); add(txt); add(new Button("Go")); try { url = new URL("http://tools.geocities.co.jp/cgi-bin/members/file_manager"); } catch (MalformedURLException e) { System.out.println("Error Bat URL."); } } public boolean action(Event e, Object o) { String str = txt.getText(); if (e.target instanceof Button) { if (str.equals("03005")) getAppletContext().showDocument(url); else showStatus( "No good Password ! "); return true; } return false; } }
![]() |
![]() |
|
| J《よくできました》J |