Hi,
i'm very new in java. i found your address from search engine, and
if this is a forum or sort of, please kindly reply me to my e-mail.
Because i don't know how to get into this disscussion.
my problem is, i'd like to program my html within java (maybe pointless)
but i really need it, as i'm trying to hide several tag into java
classes.
i try to figure out how to make it, but i think my code is a joke
like this one:
public class ServerHello {
ServerHello() {}
public void run() throws Exception {
if (returnNormalResponse("text/html")) {
PrintStream out = getOutputStream();
out.println("<HTML><HEAD>");
out.println("<TITLE>Hello World!</TITLE>");
out.println("</HEAD>");
out.println("<BODY>");
out.println("<H1>Hello World!</H1>");
out.println("</BODY></HTML>");
}
}
}
please suggest me what should i do.
thank you so much.
Jaya
ps: i want it run offline
___________________________________
Discover Bali at http://www.balifolder.com
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing