the problem is in centered layout of components, GridBagLayout always 'sits' in center of JPanel, so I don't care how it will layout components inside, my problem is where these components will start laying out on a panel.
I tried with:
panel.setAlignmentX( JPanel.LEFT_ALIGNMENT );
but it did not helped.
Any idea?