Here is a simple method for removing titlebar from JFrame:

Before making frame visible write, where frame is JFrame:

frame.setUndecorated(true);