Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
How is it possible to print a JTable when you have defined a specific renderer(check box for booleans...) with the getColumnClass(int c) method (found in the java tutorial site - How to use Tables / TableDemo.java)? I use a class that extends Printable. When I try to print my JTable, an exception occurs:
|
Sponsored Links
|