| Author |
How can i hide a JFrame from showing a window in the taskbar?
|
Mahmoud Hadad
Ranch Hand
Joined: Jan 09, 2006
Posts: 67
|
|
|
I want to know if i can start many new JFrames from my main JFrame without showing a window for each JFrame in the taskbar.i'm launching new frames using pop up menues but the problem is that each frame starts a new window in the task bar.can i disable this behavior?
|
 |
Sunil Kumar Gupta
Ranch Hand
Joined: Aug 26, 2005
Posts: 824
|
|
|
Why dont you use JInternalFrame instead of JFrame..
|
Lack of will power has caused more failure than lack of intelligence or ability.
My Blog | Red5 Resources | Technology Update | Daily Technology Tips
|
 |
Mahmoud Hadad
Ranch Hand
Joined: Jan 09, 2006
Posts: 67
|
|
|
well.I can not answear this really in he right way, but i want to know if i can start a JFrame without showing a window in the task bar?
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
Use a non-modal JDialog instead?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
 |
|
|
subject: How can i hide a JFrame from showing a window in the taskbar?
|
|
|