[588] in java-interest
Solved invis Win & Approach Question
daemon@ATHENA.MIT.EDU (Jeff.Kesselman@netcom.com)
Wed Jul 5 13:28:16 1995
From: Jeff.Kesselman@netcom.com
To: java-interest@java.Eng.Sun.COM
Date: Tue, 5 Jul 1994 09:13:51 +0000
Hey all:
I solved my invisible window problem. The series for creatign a
window in a Java application (with AWT) is:
1) Create a WServer.
2) Create a Frame.
3) Map the frame 9thsi is what I missed first rime).
4) Create a window
5) Map the window.
Now, a question for the Hotjava team. I''m going to write MUD
extensions in Java, starting with some simplel windowing stuff.
My question is this: Is it better form to implement these as content
handlers with a new, made-up MIME type (text/interactive or some
such) or as an entire new protcol? The advantage of content handlers
is that I can still use HTML for basic text and graphic presentation,
but I'm not sure its legal to be twisting HTML into an interactive
protocol....
Any thoughts or suggestions?
JK
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com