|
|
@ -542,6 +542,7 @@ public class ReportStylePane extends BasicPane { |
|
|
|
|
|
|
|
|
|
|
|
setLayout(FRGUIPaneFactory.createBorderLayout()); |
|
|
|
setLayout(FRGUIPaneFactory.createBorderLayout()); |
|
|
|
nameStyleListPane = new NameStyleListPane(false); |
|
|
|
nameStyleListPane = new NameStyleListPane(false); |
|
|
|
|
|
|
|
nameStyleListPane.addChangeListener(this); |
|
|
|
nameStyleListPane.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
nameStyleListPane.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
UIScrollPane scrollPane = new UIScrollPane(nameStyleListPane); |
|
|
|
UIScrollPane scrollPane = new UIScrollPane(nameStyleListPane); |
|
|
|
scrollPane.setBorder(BorderFactory.createEmptyBorder(10, 5, 5, 0)); |
|
|
|
scrollPane.setBorder(BorderFactory.createEmptyBorder(10, 5, 5, 0)); |
|
|
|