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.

excel styled table?

843804Nov 15 2004 — edited Nov 15 2004
I want to make a table similar to the look of what excel looks. Meaning the first column is grey and shows numbers 1 .... n and the first row is also grey with 1 .... m.

AFAIK this kind of control is called a grid, but there is no component called JGrid. The LayoutManager is not GridLayout is not what i want, because i would have to write the whole functionality of the table to it. Any suggestions on how to do this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2004
Added on Nov 15 2004
3 comments
329 views