
要在新的JTextPane上插入滚动条,只需使用JScrollPane:
JTextPane txt = new JTextPane();JScrollPane jsp = new JScrollPane(txt);
JTextPane
API:http
:
//download.oracle.com/javase/6/docs/api/javax/swing/JTextPane.html
JScrollPane
API:http
:
//download.oracle.com/javase/6/docs/api/javax/swing/JScrollPane.html
如果您有任何问题,请查看以下SO问题: Java JTextPane JScrollPane Display
Issue
或看看:http :
//www.daniweb.com/software-
development/java/threads/30283
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)