In fact, I don't like its style. I want to hide it and design a picture for the background of the frame. I will draw a similar bar within the picture as the style I like.I am using netBeans 6 IDE
You need to remove the decorations (setUndecorated(true) on the JFrame), then create all of it yourself. That includes the minimize, maximize and close buttons as they will be removed as well.