|
|
|
@ -53,7 +53,7 @@ public class MeterPlotReportDataContentPane extends AbstractReportDataContentPan
|
|
|
|
|
Component[][] components = getShowComponents(); |
|
|
|
|
|
|
|
|
|
JPanel panel = TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, 24, 6); |
|
|
|
|
panel.setBorder(BorderFactory.createEmptyBorder(0, 24, 5, 15)); |
|
|
|
|
panel.setBorder(BorderFactory.createEmptyBorder(0, 24, 5, 8)); |
|
|
|
|
|
|
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
|
this.add(panel, BorderLayout.NORTH); |
|
|
|
|