由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 一个GUI的问题
相关主题
大侠请!如何update JTable data automatically怎样位jtable得不同列得header设不同得颜色?
Java Swing Application都用哪些FrameworkAsk a question
copy and paste between JTables and Excelspring/hibernate/ajax/web 2.0/bpel books
Re: Client-Server and actionPerformedJTable太弱了,应当改写
请教:performance issueJTable 问题 setAutoCreateRowSorter(true) 不工作
JTable column sorting problem.Jtable for large database
a JTable question请教一个 JList + JScrollPane 的问题
jtable中的列怎样设成居中?Java有没有什么好用的grid library?
相关话题的讨论汇总
话题: jtable话题: gui话题: email话题: tablemodel话题: table
进入Java版参与讨论
1 (共1页)
c*y
发帖数: 137
1
自己在做一个EMAIL CLIENT,现在就不知道怎么能让那个显示EMAIL LIST的AREA
能够分成几个列分别显示发件人,时间,SUBJECT,等,而且每个列可以RESIZE,就象在OUTLOOK EXPRESS 或者KMAIL
里面一样...
Thanks!!
w**e
发帖数: 6
2
用java吗?JTable

【在 c*y 的大作中提到】
: 自己在做一个EMAIL CLIENT,现在就不知道怎么能让那个显示EMAIL LIST的AREA
: 能够分成几个列分别显示发件人,时间,SUBJECT,等,而且每个列可以RESIZE,就象在OUTLOOK EXPRESS 或者KMAIL
: 里面一样...
: Thanks!!

c*y
发帖数: 137
3
I am tring JTable, but can I dynamically change the number of rows in JTable?
I am reading its documentation but seems there is no function to add a row to
an existing table...Because everytime you retrieve a message, it needs to be
added to the table.
Do you know how? Thanks.

【在 w**e 的大作中提到】
: 用java吗?JTable
g*s
发帖数: 2277
4
sure you can. a couple of years ago I worked on a small project to monitor
threads by using JTable. now totally forget swing le.
I guess you need to change TableModel, then updateUI.

【在 c*y 的大作中提到】
: I am tring JTable, but can I dynamically change the number of rows in JTable?
: I am reading its documentation but seems there is no function to add a row to
: an existing table...Because everytime you retrieve a message, it needs to be
: added to the table.
: Do you know how? Thanks.

c*y
发帖数: 137
5
Haha, nice to see you talking here. Yeah, I googled around, TableModel
can achieve that,I will look into it later...
hehe.. Thanks!

【在 g*s 的大作中提到】
: sure you can. a couple of years ago I worked on a small project to monitor
: threads by using JTable. now totally forget swing le.
: I guess you need to change TableModel, then updateUI.

1 (共1页)
进入Java版参与讨论
相关主题
Java有没有什么好用的grid library?请教:performance issue
JMIT v0.0.001 ReleaseJTable column sorting problem.
open a new IE window with now framea JTable question
How to resize an icon?jtable中的列怎样设成居中?
大侠请!如何update JTable data automatically怎样位jtable得不同列得header设不同得颜色?
Java Swing Application都用哪些FrameworkAsk a question
copy and paste between JTables and Excelspring/hibernate/ajax/web 2.0/bpel books
Re: Client-Server and actionPerformedJTable太弱了,应当改写
相关话题的讨论汇总
话题: jtable话题: gui话题: email话题: tablemodel话题: table