Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

icon persists


  • From: mgart@xxxxxxxxxxxxx (Mitch Gart)
  • Subject: icon persists
  • Date: Mon, 30 Aug 1999 13:48:01 -0400

setVisible(false) just makes the Frame invisible.
It is still alive and could later be made visible
again by a call to setVisible(true) or by the user
clicking on the inon in the task bar.  So of course
it remains in the task bar.

f.setVisible(false); f.dispose();  

should get rid of it forever.

- Mitch
- mgart at netegrity dot com 

> -----Original Message-----
> From: Yana Wang [mailto:yana_wang@xxxxxxxxxxx]
> Sent: Monday, August 30, 1999 1:09 PM
> To: advanced-java@xxxxxxxxxxxxxxxx
> Subject: icon persists
> 
> 
> When I run my applet at one point of time I need to bring up 
> a frame. Then 
> when I called the setVisible(false) method, the frame is 
> hided. But the 
> problem is after the frame is hided on the screen, the icon 
> for this frame 
> persists on the taskbar of the screen (the bar on the bottom 
> of the window 
> and has Start on the left). I do not know why. I changed the 
> Desktop Area of 
> my Screen Setting from (800 by 600) to (1024 by 768) pixels, 
> the problem is 
> gone.
> 
> What should I do with this problem if I want to continue to 
> use the (800 by 
> 600) setting?  I do not want all the users of my applet to 
> change their 
> window setting. Your help is very appreciated. Thank you.
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>