cerulean
JLabel的文字自动换行
JLabel.setText(
"
<html>auto new line</html>
"
);
JLabel.setText(
"
<html>line<br>force new line</html>
"
);
posted on 2009-10-29 11:43
cerulean
阅读(3418)
评论(1)
编辑
收藏
所属分类:
Java
评论
#
1[未登录]
2013-10-13 01:15
1
1
回复
更多评论
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
这个方法没用过。。。
DateFormat setLenient
NetBeans啊!
ConcurrentModificationException
JTextArea->JTextPane 解决文字对齐方式的问题
Axis2的data binding
关联多个JNLP文件
JLabel的文字自动换行
Firefox又支持modal window啦?
各种timeout的设置
导航
BlogJava
首页
新随笔
联系
聚合
管理
<
2009年10月
>
日
一
二
三
四
五
六
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
统计
随笔 - 58
文章 - 0
评论 - 10
引用 - 0
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(3)
给我留言
查看公开留言
查看私人留言
随笔分类
Ant(3)
(rss)
DB(6)
(rss)
eclipse(7)
(rss)
Java(29)
(rss)
other notes(9)
(rss)
Testing Related(6)
(rss)
unix/solaris(2)
(rss)
web(8)
(rss)
XP
(rss)
随笔档案
2012年11月 (1)
2012年2月 (1)
2012年1月 (1)
2011年12月 (1)
2011年7月 (1)
2011年6月 (1)
2010年8月 (1)
2010年7月 (1)
2010年6月 (1)
2010年3月 (1)
2009年12月 (1)
2009年11月 (1)
2009年10月 (1)
2009年9月 (3)
2009年8月 (2)
2009年7月 (1)
2009年6月 (1)
2007年12月 (5)
2007年9月 (1)
2007年8月 (7)
2007年7月 (5)
2007年4月 (2)
2007年3月 (11)
2007年2月 (7)
搜索
最新评论
1. re: C-JDBC
评论内容较长,点击标题查看
--cerulean
2. re: C-JDBC
评论内容较长,点击标题查看
--woshibobo
3. re: JTextArea->JTextPane 解决文字对齐方式的问题
非常好!!!!非常感谢!!!!!!
--隆
4. 1[未登录]
1
--1
5. re: form中的"styleId"属性
asas
--asd
阅读排行榜
1. JTextArea->JTextPane 解决文字对齐方式的问题(7853)
2. 各种timeout的设置(5166)
3. getParameter时的中文乱码问题(3709)
4. JLabel的文字自动换行(3418)
5. PostgreSQL中使用copy命令(3340)
评论排行榜
1. myeclipse中web.xml文件不识别taglib的问题(2)
2. C-JDBC(2)
3. JTextArea->JTextPane 解决文字对齐方式的问题(1)
4. JLabel的文字自动换行(1)
5. 使用ant(1)