Good afternoon guys.
I'm using netbeans 7.4 to create a simple canvas. It turns out that in this screen (frame0 by default), I added two panes (JPanel). One to be the header and another to be the rest of the screen.
I chose the layout of the panels as EtchedBorder, and I was dragging the two until I adjusted the whole frame.
But the problem is that between the top panel and the bottom panel is a fixed space. I can not slow down.
To try to adjust, I drag the top edge of the bottom panel until it touches the bottom edge of the top panel. But when released, netbeans automatically puts that space.
Does anyone know tell me how to disable, or adjust this space by the same prototypist? Thank you.