Search code examples
javataskbar

Remove a JFrame from taskbar in Java


I did a quick topic look, but did not find something similar.

My query is: how can I prevent a child window appearing on the Windows taskbar when it is shown?


Solution

  • You need to use a JDialog instead of a JFrame