I am writing an app whose main window is merely derived from Component, not from ResizableWindow because it is arbitrary shaped (non-rectangular).
I want to know how I can minimise it without inheriting from ResizableWindow or I want to know how to get rid of the borders of the ResizableWindow
If I use SetVisible(false) then it just dissapears from the TaskBar.
I also want to know how I can show it again by pressing on it in the taskbar.