请高手帮一下忙,怎样在JBuilde中的JList加入滚动面板
font_List.setBounds(25, 62, 132, 128); //位置 JScrollPane scrollPane = new JScrollPane(font_List);
//this.add(scrollPane);
//getContentPane().add(font_List);
this.add(scrollPane);
这样加入到滚动面板就不见控件了
2008-07-13 18:11
2008-07-13 23:58
2008-07-14 00:25
2008-07-14 13:00
2008-07-14 19:44
2008-07-14 19:55
2008-07-21 22:29