Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AWT Frame focus with Servlet

Status
Not open for further replies.

donniea21

MIS
Feb 16, 2001
75
0
0
US
I have a servlet that can upload files. While the file is uploading, i have a seperate thread that simply pops up a frame that says uploading...etc. The problem Im having is that I cant get the focus to stay on the frame so it ends up sitting behind the htm page. I've tried frame.setFocusable=true
frame.requestFocus

any help is greatly appreciated..Thanks.
 
I tried to do a similar thing in my answer to another thread.
thread269-313758
However, this code does not constantly repaint the frames, so it looks messy. Hopefully someone else knows how to fix this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top