I’m starting a Java project and need a way to completely lock down a frame. By lock down I mean:
- Users can’t close it
- Users can’t drag it
- Users can’t minimize it
- It lies on top of the taskbar and everything else (unless specified)
Basically, it’s a full screen takeover.
Try using fullscreen exclusive mode and see if it works for you.