myPanel.addComponent(new JScrollPane(myComponent));
ScrollPane sp = new ScrollPane();sp.add(myComponent);myPanel.add(sp);