-1
Good afternoon, everyone.
I am using netbeans 7.4 to create a simple screen. It turns out that on this screen (frame0 by default), I added two panels (Jpanel). One to be the header and one to be the rest of the screen.
I chose the layout of the panels as Etchedborder, and I was dragging the two until adjusting in proportion to the whole frame.
But the problem is that between the top panel and the bottom panel is a fixed space. I can’t get it down.
To try to adjust, I drag the top edge of the bottom panel until I touch the bottom edge of the top panel. But when released, netbeans automatically puts that space.
Can anyone tell me how to deactivate, or adjust this space by the same prototyper? Thank you.
One comment off: don’t use Java for desktop.
– ptkato
@Patrick: why not to use java on the desktop?
– wryel
Because of the "compilation" of Java. Reverse engineering is greatly facilitated due to this.
– ptkato