JSeparator
I have panelA and panelB each displaying components and both have different background colors. panelA is above panelB on the frame; The first component I have added to panelB is a JSeparator in a horizontal positon to indicate the split between the two panels. But when I add it it is placed a couple of pixels down from the top of the panel. Is there a way to place it on the panel so it is the set at the first pixel with none of the background color above it? I am using GridBagLayout.

