Open GoogleCodeExporter opened 9 years ago
What's the use case for changing the selection color? I'm a little worried that
if I support the changing of such
details that we'll end up with "frankenstein" iTunes tables.
Original comment by kenneth....@gmail.com
on 27 Jun 2009 at 6:57
The case where I run into this is that I have a custom selection color defined
in the
applications color scheme and would like to reflect it where ever possible.
I would argue that the selection color is a property of JTable and should only
be
reflected, not controlled, by the TableUI implementation. I see the point in
opening
up the API and agree that it is good to keep the thing as closed as possible to
ensure that it is hard to create ugly UIs, but I think the tables selection
color is
something that should be exposed by the API.
If you don't want to support a custom selection color, the ITunesTableUI should
only
use its own selection color, as for now, I can set the color initially and the
UI
flips back to its own colors only after a focus lost/gain.
Original comment by thasso.g...@gmail.com
on 27 Jun 2009 at 9:32
Fair enough. I'll look into this Thasso.
Original comment by kenneth....@gmail.com
on 27 Jun 2009 at 9:47
Original issue reported on code.google.com by
thasso.g...@gmail.com
on 27 Jun 2009 at 12:32