Hi,

I Will do an assumption, based upon the forum, that you are trying to debug
your servlets.

If you are not using any tool(which others can provide a link to).
<servlets>
You can always, send a print message to the system,

or you can add the feedback to the responce(during debug stage of
devlopment) back to the browser,
</servlets>
in either case, If you are not actually refering to servlets, other than the
one specified
<notservlets>
in 1.1 you could use a class which extends Dialog as fore mentioned, or

in 1.2 you could use the JOptionPane(example is provided in the 1.2 docs)
</notservlets>

ITH

Amit

> -----Original Message-----
> From: Usha Sree Y [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, December 25, 1999 12:06 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: want help
>
> if u are using Applets or Frames then u have a 'Dialog' class which u
> can extend to u'r class through which u can disp messages.
>
> sachin rameshrao zingade wrote:
>
> > Hi Can any one tell me whether we have any routine in jdk which is
> > similar to "MsgBox" or "alert" ,so that i can use them ot flage the
> > messages sachin
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to