how to not show a JFrame in taskbar

P

Passero

How can i make sure that when i make a new JFrame, that the frame is not
shown in taskbar? I want that because it is some sort of an option window so
it is part of another JFrame.
 
R

Rob

How can i make sure that when i make a new JFrame, that the frame is not
shown in taskbar? I want that because it is some sort of an option window so
it is part of another JFrame.

I think you are looking for javax.swing.JWindow instead of JFrame. If you
say what you are trying to do people might be able to help more.

Cheers,
Rob

--
//////////////////////////////////////////////
http://treebeard.sourceforge.net
http://ashpool.sourceforge.net
http://ghexcalc.sourceforge.net
/////////////////////////////////////////////
 
D

Dave Glasser

How can i make sure that when i make a new JFrame, that the frame is not
shown in taskbar? I want that because it is some sort of an option window so
it is part of another JFrame.

Use a JDialog instead of a JFrame.
 
R

Rob

How can i make sure that when i make a new JFrame, that the frame is not
shown in taskbar? I want that because it is some sort of an option window so
it is part of another JFrame.

I think you are looking for javax.swing.JWindow instead of JFrame. If you
say what you are trying to do people might be able to help more.

Cheers,
Rob

--
//////////////////////////////////////////////
http://treebeard.sourceforge.net
http://ashpool.sourceforge.net
http://ghexcalc.sourceforge.net
/////////////////////////////////////////////
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top