Hello Everybody

I have made a servlet which responds for HTML with
Applet. This Applet opens a frame window on client
side.

There is a button on Appet. I want that if  a client
clicks button then frame window will come in front of
all windows or maximized if this frame window was hide
back with other openend windows or minimized.

I have written just two line for it in
actionPerformed() method.

i.e.

frame.setState(Frame.NORMAL);
frame.toFront();

but it is not working.

If i do so by using Frame instead of Applet then it
works perfectly.

please help me.

Regards

Sharad

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

___________________________________________________________________________
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