i’m trying to make a dialogWindow with an option to to toggle always on top of othere windows apps.
i’ve created a button on the title bar that toggles the setAlwaysOnTop method of the dialogwindow inherted from the Component class
problem is once i set it to true i can’t get it to stop staying on top when i set it back to false
any suggestions?