Is it possible to create a Window object of some sort in Java that has a frame and border, but no caption buttons (minimise, restore, close).
Naturally, I can't use the undecorated
setting. Further, the window needs to:
System
Look and FeelHere is an example:
The short answer is no.
The longer answer is, probably, but you'll need to investigate a JNI/JNA implementation