Removing/Hiding the control bar
What I'm trying to do is remove/hide the title bar at the top of the window. For any Java programmers out there I'm looking for the equivalent of jFrame.setUndecorated(true); which removes the bar that contains the minimize, maximize and close buttons. Then I'd add a couple custom buttons for minimize and close (not quite sure how to do minimize yet but close is a simple link to a function which calls abort I believe). This is my first stab at some of the more advanced stuff so I apologize if this is trivial 🙄