nigelht / macwidgets

Collection of Mac style widgets written in Java (by Ken Orr)
http://nigelht.github.io/macwidgets
3 stars 0 forks source link

Unable to modify CellRendererPane in ITunesTableUI #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ITunesTableUI delegate changes some of the assumptions that can usually be 
made regarding 
opacity and background color. These changes are implemented via a custom 
CellRendererPane. This 
works very well, however, some of the advanced features of other frameworks 
(especially SwingX 
and JXTable) no longer work. In order to have these features one needs access 
to the custom 
CellRendererPane.

Original issue reported on code.google.com by dlemmermann@gmail.com on 16 Mar 2010 at 4:47

GoogleCodeExporter commented 9 years ago
Changed some methods from private to protected, especially the 
createCellRendererPane() method. 

Original comment by dlemmermann@gmail.com on 16 Mar 2010 at 4:58