-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b16
-
generic
-
generic
5.0 added printing support to JTable. While the table printing support deals with the details of hiding selection and focus during printing, developers want an easy way to customize other aspects of their printouts.
For example, one developer commented that he had a table with alternating row colors. In a printed output he didn't want these colors. He needed some way for his renderers to know that printing was going on.
We need to expose an isPrinting() flag for this purpose.
###@###.### 2004-11-12 18:45:47 GMT
For example, one developer commented that he had a table with alternating row colors. In a printed output he didn't want these colors. He needed some way for his renderers to know that printing was going on.
We need to expose an isPrinting() flag for this purpose.
###@###.### 2004-11-12 18:45:47 GMT
- relates to
-
JDK-6260638 isPrinting() is final
-
- Resolved
-
-
JDK-4791650 JTable needs printing support
-
- Resolved
-