Results 1 to 7 of 7
- 07-17-2011, 09:59 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 4
- Rep Power
- 0
- 07-17-2011, 10:29 PM #2
Member
- Join Date
- Apr 2011
- Posts
- 69
- Rep Power
- 0
this might help you : Vertical Table Header Cell Renderer « Java Tips Weblog ? By the way it was the very first result of a google search...
- 07-18-2011, 12:06 AM #3
Member
- Join Date
- Jul 2011
- Posts
- 4
- Rep Power
- 0
Finally able to get back on. Anyway, Java Tips and WebLog is where I got the Renderer. My problem is integrating it into my code. It's used to render vertical labels in the headers of a JTable. They also have a Vertical Label Class and that works just fine. I looking for an example of use for the JTable vertical labels in the header renderer...
Bruce Houghton
- 07-18-2011, 02:09 AM #4
Senior Member
- Join Date
- Jul 2009
- Posts
- 1,158
- Rep Power
- 5
Whats wrong with the 4 lines of code given in the blog article?
If you are having problems then post your Short, Self Contained, Correct Example because I can't guess what you might be doing wrong.
- 07-29-2011, 02:46 AM #5
Member
- Join Date
- Jul 2011
- Posts
- 4
- Rep Power
- 0
Problem solved…The VerticalTableHeaderCellRenderer Class requires a JKD > than 1.5. I’ve got many JApplets in production built with JBuilder(twelve years worth) and of course JBuilder is no longer, and JB2006 does not support JDK1.6. So it’s bite the bullet time, and learning Eclipse. It looks good so far.
Bruce Houghton
- 07-29-2011, 05:21 AM #6
If you don't need sorting, you can reduce the code to remove the RowSorter stuff that was added in JDK 1.6 and the Icon enum associated with it.
But I agree, it's high time to move up from 1.5. Java 7 is just around thecorner.
db
- 07-30-2011, 03:39 PM #7
Member
- Join Date
- Jul 2011
- Posts
- 4
- Rep Power
- 0
Wow, if I had of know it would be this easy to convert from jBuilder to Eclipse, I would have done it years ago. The most noticeable improvement from JBuilder is Eclipse’s ability (Warnings) to point out Classes, Imports, etc that are never called. It has reduced the deliverable (Jar File) in one case from 939,000 Bytes to 306,280 Bytes.
Great stuff…
Bruce Houghton
Similar Threads
-
Java Experience + Scjp
By maya700 in forum Java CertificationReplies: 0Last Post: 06-30-2011, 04:46 PM -
Java and Linux Experience
By fireplace_tea in forum New To JavaReplies: 3Last Post: 04-08-2011, 07:34 PM -
experience as a freelancer
By the light in forum Jobs DiscussionReplies: 1Last Post: 01-18-2011, 11:04 AM -
resources with experience of 3+ years on C++ developer
By arun9683 in forum Jobs OfferedReplies: 0Last Post: 07-21-2010, 11:10 AM -
Java Developer with C++ experience
By krkreddy in forum Jobs OfferedReplies: 1Last Post: 01-11-2010, 09:53 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks