You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
but the Substance highlighting/striping etc will only work for SubstanceDefaultListCellRenderer.
Would it be possible to lessen the requirements to list cell renders to implement an interface/annotation or perhaps just add a new list cell renderer like SubstanceDefaultTableCellRenderer.BooleanRenderer?
The text was updated successfully, but these errors were encountered:
It's the same issue with implements TableCellRenderer
I'd love to see some solution that does not require the application to introduce dependencies to the LAF :-)
I think the solution 1) may be to use some kind of tag to decide, whether to use Substance highlighting/striping or not. It can be either an annotationor, (empty) interface, or a JComponent client property.
Another simple solution 2) could be to make this method protected/public to allow override it. Or, the best, do both 1) and 2).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to do
but the Substance highlighting/striping etc will only work for SubstanceDefaultListCellRenderer.
Would it be possible to lessen the requirements to list cell renders to implement an interface/annotation or perhaps just add a new list cell renderer like SubstanceDefaultTableCellRenderer.BooleanRenderer?
The text was updated successfully, but these errors were encountered: