From: "Mona Wong" <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 10:22 PM


> Hi:
>
>         I apologize if this question is off-topic but I am not
sure where to ask

Topic?  We don' need no steenking topic!  :-)

> I'd like to put my java 2d/3d program documentation on the
web.  I'd
> like the java application itself to open a browser window
displaying the web
> documentation when the user clicks on a help button.

You might want to try a read-only JEditorPane in your
application if your help files are simple enough.  I've been
using it for live interaction with my 3D model in an applet, and
in that context, it's a really troublesome class.  For simple
display of help files from a URL, though, it might be the
ticket.

>  It would be nice if there is a way to detect whether a
browser is
> already running so that it doesn't startup another copy ...
but I guess running
> another copy is also fine.

No concern about that if you open your own pane.

>         Ideally, this would be a platform-independent method.

JEditorPane is as platform-independent as Java.  As usual,
you're on your own determining whether that's good enough.

HTH,

Fred Klingener
Brock Engineering

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to