Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

help:checkbox inside jTable

843804Jun 23 2005 — edited Jun 29 2005
Hi,

i'm populating data into table with select query.I need to add another column when i display the contents on table ,it is runtime.I mean i'm not actually adding new column to table in database.

My select query is like this:

select field1,field2,field3 from table where field1="value" and field4=#fieldvalue#

And then i would like to have check box in that new column.

Can anyone give me some idea,on how to do this.

TIA.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2005
Added on Jun 23 2005
3 comments
91 views