0

0

回答

1142 浏览

JTextPane 中如何设置背景颜色并得到html代码?[已解决]0

我在敲一个文本编辑器,用的是JTextPane,然后发现StyledEditorKit下面并没有设置背景色的方法。 后来我用这样的方法来设置背景色 SimpleAttributeSet aSet = new SimpleAttributeSet(); StyleConstants.setBackground(aSet, color); StyledDocument doc = textPane. ...

2013年7月31日 10:09
0

0

回答

242 浏览

Java中JTextPane控件显示网络图片怎么加cookie?[已解决]5

JTextPane控件支持html语法,然而我添加图片 <img src="file.jpg?auth=134" /> ,但是我的这图片除了要auth参数,而且还需要cookie。 我应试怎么样给JTextPane添加cookie呢?

2012年7月17日 12:20

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics