tags:

views:

52

answers:

1

i did a quick topic look and did not find something similar.

my query is how do i prevent a child window appearing on the windows taskbar when it is shown?

+2  A: 

You need to use a JDialog instead of a JFrame

Itay
http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html
ivo