ScrollPaneDemo Constructor
super(swingset, "ScrollPaneDemo", "toolbar/JScrollPane.gif");
ImageIcon crayons = createImageIcon("scrollpane/crayons.jpg", getString("ScrollPaneDemo.crayons"));
getDemoPanel().add(new ImageScroller(this, crayons), BorderLayout.CENTER);