JPanel jPanel1 = new JPanel();
BorderLayout borderLayout10 = new BorderLayout();
protected JPanel hscrollFillerPanel = new JPanel();
+ BorderLayout borderLayout11 = new BorderLayout();
public GAlignmentPanel()
{
idPanelHolder.setLayout(borderLayout5);
idSpaceFillerPanel1.setBackground(Color.white);
idSpaceFillerPanel1.setPreferredSize(new Dimension(10, 30));
+ idSpaceFillerPanel1.setLayout(borderLayout11);
idSpaceFillerPanel.setBackground(Color.white);
idSpaceFillerPanel.setPreferredSize(new Dimension(10, 80));
hscroll.setOrientation(JScrollBar.HORIZONTAL);
secondaryPanelHolder.setLayout(borderLayout8);
jPanel1.setLayout(borderLayout10);
hscrollFillerPanel.setBackground(Color.white);
+ jPanel1.setBackground(Color.white);
sequenceHolderPanel.add(scalePanelHolder, BorderLayout.NORTH);
sequenceHolderPanel.add(seqPanelHolder, BorderLayout.CENTER);
seqPanelHolder.add(vscroll, BorderLayout.EAST);