Search code examples
javaswingjframejwindow

JWindow task bar icon not shown


I have created a java program that does not use a JFrame, instead it is using a JWindow. This is exactly what i needed, an application without the windows border/title bar.

The problem is it does not show in the task bar at the bottom of the screen when its running.

Can anyone figure out how to fix this?


Solution

  • Use an undecorated JFrame instead.