posted 19 years ago
It's up to the host window system to draw that title bar, so the answer is, generally, no. What you can do, though, is to use a Window instead of a JFrame, and in that Window (which has no title bar) draw a fake title bar yourself. You'd have to handle dragging, click-to-close, etc yourself, but of course you can make it look like whatever you want.