Welcome to Dream.In.Code
Become a Java Expert!

Join 149,726 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 2,318 people online right now. Registration is fast and FREE... Join Now!




Scrolling a JTable

 
Reply to this topicStart new topic

Scrolling a JTable, Freeze some columns

gyron
16 Feb, 2007 - 01:51 AM
Post #1

D.I.C Head
**

Joined: 9 Jan, 2007
Posts: 61


My Contributions
Is it possible to freeze some columns in a JTable when scrolling horizontally like is possible with a spreadsheet?
I have managed to put a horizontal scroll bar this way
CODE
tblSubMainCategories.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);


which makes a JTable able to scroll horizontally.
User is offlineProfile CardPM
+Quote Post

1lacca
RE: Scrolling A JTable
16 Feb, 2007 - 03:07 AM
Post #2

code.rascal
Group Icon

Joined: 11 Aug, 2005
Posts: 3,822



Thanked: 12 times
My Contributions
I think it is not possible in the standard JTable (at least until Java 1.5, not sure about 1.6), but it is not impossible to create a JTable that can do it. Or simply put 2 JTables besides eachother, one for the fixed and one for the scrolling columns.
User is offlineProfile CardPM
+Quote Post

gyron
RE: Scrolling A JTable
20 Feb, 2007 - 02:33 AM
Post #3

D.I.C Head
**

Joined: 9 Jan, 2007
Posts: 61


My Contributions
Thats a very interesting solution that i had thought about also, the only setback was moving focus between the two tables. I mean, when one gets to the last column in the first table, i would need focus to move to the first column of the second table, on a similar row, thereby giving the 'illusion' that one row in one table is being navigated.
Is that possible to do?java script:emoticon(':huh:', 'smid_7')
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/8/09 05:04AM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month