}
protected JCommandButton createTrailingScroller() {
JCommandButton b = new JCommandButton(
null,
new DoubleArrowResizableIcon(
new Dimension(9, 9),
this.scrollablePanel.getScrollType() == ScrollType.HORIZONTALLY ? SwingConstants.EAST
: SwingConstants.SOUTH));
b.setBorder(BorderFactory.createEmptyBorder(2, 2, 2, 2));