JFrame: Selective removal of borders
Is it possible to remove just the borders of an external JFrame without removing the title bar as well? I want the title bar to be there for minimizing and exiting (I do want to have uit minimizable to the taskbar), but I want the borders removed so that the look and feel is more like a widget that has some transparency. I know setUndecorated(true) won't do the trick as it removes the title bar as well. Is there any way I can accomplish this, short of making my own title bar (which I have done)? Is it possible to override the JFrame function which controls how the window is drawn?
Message was edited by:
Aeridus

