I need help....
I want to be able to have a JTable that can have rows added to it and also
I would like there to be a way to also be able to sort the table. Finally
I am having trouble catching the double-click on a cell listener.
Printable View
I need help....
I want to be able to have a JTable that can have rows added to it and also
I would like there to be a way to also be able to sort the table. Finally
I am having trouble catching the double-click on a cell listener.
For somebody to answer this, they would have to spend a day or two typing
the answers into this little box. In the API documentation for JTable, you
will find a link to a tutorial on how to use JTable. Follow that link and
read the tutorial.
PC2
"roel" <ralmendarez@swri.edu> wrote in message
news:3af2ac96@news.devx.com...
>
> I need help....
> I want to be able to have a JTable that can have rows added to it and also
> I would like there to be a way to also be able to sort the table. Finally
> I am having trouble catching the double-click on a cell listener.