ScrollPane scrollpane=new ScrollPane(); scrollpane.setSize(200, 200); scrollpane.add(panel); 改成: ScrollPane scrollpane=new ScrollPane(panel);