| Author |
Hide Frame or Dialog from System task bar
|
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
Hi,
I am working on Swing base enterprise application. In that I have requirement like application open multiple error or information dialog or frame, Other functional dialog and frame. But my requirement is I want to hide that all dialog and frame from the TastBar. So after opening multiple dialog and frame there will be only one Frame display at my tastbar which is my application first frame and after all frame looks like part of that frame so that I want to hide all other dialog or frame from task bar.
Is there any way to hide this ??
|
Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
|
 |
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1791
|
|
|
Use a JDialog. Dialogs to not show up on the task bar.
|
 |
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
ya,
That's correct but using your option if I use JOptionPane, JRootPane, RootPaneContainer or extending with this It will remove my Dialog property and I am unable to create what I want...
|
 |
 |
|
|
subject: Hide Frame or Dialog from System task bar
|
|
|