Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java GUI 设计 » Swing  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
话题被移动
该话题已被移动 - floater , 2004-10-18 11:14
如果您尚不清楚该话题被移动的原因,请参考论坛规则以及本版公告或者联系本版版主。
作者 Re:如何用JTable设置表头多行 [Re:kylin]
suma_sea





发贴: 1
积分: 0
于 2005-07-20 09:30 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
实在佩服,竟然把JTABLE研究得如此透彻
解决了不少问题,谢谢



作者 问一下如何将每一条纪录的字段从一行排列变为两行排列 [Re:kylin]
jarsenal





发贴: 2
积分: 0
于 2005-08-16 16:33 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
比如说有“名字”,“年龄”,“性别”,“学历”
一般是一行显示表头和每一条纪录,如:
“名字”,“年龄”,“性别”,“学历”
现在变为:
“名字”,“年龄”,
“性别”,“学历”

请问如何实现?



作者 Re:如何用JTable设置表头多行 [Re:kylin]
iris0903





发贴: 1
积分: 0
于 2005-08-25 01:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
请问一下,为什么当我用liquid的look and feel时显示的表格是没有边框的呢?


作者 Re:如何用JTable设置表头多行 [Re:kylin]
末代地主





发贴: 8
积分: 0
于 2005-09-04 11:14 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
怎么我把第一页的打包程序拷下来却不能运行呢?运行提示说在枚举类型那里出现错误。
请问哪位大侠能给一段简单点的相关单元格合并的程序吗?多谢先!!


末代地主 edited on 2005-09-04 11:17

作者 Re:如何用JTable设置表头多行 [Re:kylin]
末代地主





发贴: 8
积分: 0
于 2005-09-08 21:48 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
怎么没有人回信息啊,求各位大侠帮帮忙!!多谢先!!


作者 Re:如何用JTable设置表头多行 [Re:kylin]
hdu119





发贴: 4
积分: 0
于 2005-11-18 22:37 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
各位,小弟现请教一难题!如设计如下形状的表头有什么好的反案吗??


也就是实现表头有T型合并功能!!麻烦各位出点方案!!

T型表头.doc (35.0k)



作者 JTable表中能进行单元格合并吗?? [Re:kylin]
hdu119





发贴: 4
积分: 0
于 2005-11-21 15:05 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
各位,小弟现请教一难题!如设计如下形状的表头有什么好的反案吗??

也就是实现表头有T型合并功能!!麻烦各位出点方案!!



作者 JTable表中能进行单元格合并吗?? [Re:kylin]
hdu119





发贴: 4
积分: 0
于 2005-11-24 22:22 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
这里人气怎么这么不旺啊!!问了几天的问题都没有人来给点建议:(
无奈,硬着头皮自己解决了!!



作者 Re:如何用JTable设置表头多行 [Re:kylin]
yeskky





发贴: 1
积分: 0
于 2005-12-28 16:29 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
看了这个帖子真是收获不少啊!
我有个问题。
我这儿的项目也是两行表头的,但是还要求两行表头还能交换位置。
具体是用菜单选择,哪个在上面,哪个在下面。
这个能实现吗?



作者 Re:如何用JTable设置表头多行 [Re:kylin]
AdamChen310





发贴: 1
积分: 0
于 2006-02-18 11:53 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
为什么在 JDK1.5中老是不显示多行呢?大家


作者 Re:如何用JTable设置表头多行 [Re:kylin]
liuzhenke15





发贴: 45
积分: 0
于 2006-03-26 13:02 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
JTable 的功能还是很强的
1.5在显示上有了一点改进

(缩略图,点击图片链接看原图)



作者 Re:如何用JTable设置表头多行 [Re:kylin]
zf00110011





发贴: 14
积分: 0
于 2006-05-23 19:51 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
这个是用SWING实现的,请问斑竹,这样的表格在SWT中如何实现?小弟弄了好几天都没弄出来。。。。。。


go to first page go to previous page  1   2   3  go to next page go to last page

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923