|
|
@ -46,7 +46,6 @@ import javax.swing.JViewport; |
|
|
|
import javax.swing.Scrollable; |
|
|
|
import javax.swing.Scrollable; |
|
|
|
import javax.swing.SwingConstants; |
|
|
|
import javax.swing.SwingConstants; |
|
|
|
import javax.swing.SwingUtilities; |
|
|
|
import javax.swing.SwingUtilities; |
|
|
|
import javax.swing.border.TitledBorder; |
|
|
|
|
|
|
|
import javax.swing.event.ChangeEvent; |
|
|
|
import javax.swing.event.ChangeEvent; |
|
|
|
import javax.swing.event.ChangeListener; |
|
|
|
import javax.swing.event.ChangeListener; |
|
|
|
import java.awt.BorderLayout; |
|
|
|
import java.awt.BorderLayout; |
|
|
@ -615,7 +614,7 @@ public class HeaderFooterEditPane extends JPanel { |
|
|
|
private UILabel unitLabel; |
|
|
|
private UILabel unitLabel; |
|
|
|
|
|
|
|
|
|
|
|
public AdjustHeightPane() { |
|
|
|
public AdjustHeightPane() { |
|
|
|
this.setLayout(FRGUIPaneFactory.createBoxLeadingLayout()); |
|
|
|
this.setLayout(FRGUIPaneFactory.createBoxFlowLayout()); |
|
|
|
|
|
|
|
|
|
|
|
valueSpinner = new UISpinner(0, Integer.MAX_VALUE, 1, 0); |
|
|
|
valueSpinner = new UISpinner(0, Integer.MAX_VALUE, 1, 0); |
|
|
|
this.add(valueSpinner); |
|
|
|
this.add(valueSpinner); |
|
|
|