|
|
@ -140,11 +140,11 @@ public class NewReportBackgroundPane extends BasicPane { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
JPanel contentContainer = FRGUIPaneFactory.createBorderLayout_S_Pane(); |
|
|
|
JPanel contentContainer = new JPanel(new BorderLayout(IntervalConstants.INTERVAL_L6, 0)); |
|
|
|
contentContainer.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
contentContainer.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
contentContainer.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
contentContainer.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
contentContainer.setPreferredSize(new Dimension(600, 540)); |
|
|
|
contentContainer.setPreferredSize(new Dimension(600, 540)); |
|
|
|
contentContainer.add(createLeftPane(), BorderLayout.WEST); |
|
|
|
contentContainer.add(createLeftPane(), BorderLayout.CENTER); |
|
|
|
contentContainer.add(createRightPane(), BorderLayout.EAST); |
|
|
|
contentContainer.add(createRightPane(), BorderLayout.EAST); |
|
|
|
|
|
|
|
|
|
|
|
addAttributeChangeListener(new AttributeChangeListener() { |
|
|
|
addAttributeChangeListener(new AttributeChangeListener() { |
|
|
|