I've been searching for a while now, and the only solutions I found were just using
frame.setUndecorated(true);
But this also removes the window border, which removes the ability to resize the window.
I need the title bar removed while still retaining the ability to resize the window.
There has got to be some way to do this.