Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide setters for ColorModelSet lightColor, boxColor and JSurfacePanel.title (bg) color #16

Open
GoogleCodeExporter opened this issue May 21, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

In cases where the panel is part of an application with different look-and-feel 
it would be nice to have a simple way of adapting colors appropriately. For the 
ColorModelSet.lightColor and .boxColor this can be achieved with an overriding 
trick (thx Eric to point me to it :-) by extending ColorModelSet and 
SurfaceModel. However this is a bit tricky and should be made easier.
However the color of the title cannot be overridden that way since 
JSurfacePanel.title is private. 
Setters for these and similar attributes would make life a lot easier.

Original issue reported on code.google.com by [email protected] on 5 Jun 2012 at 5:46

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 14 Jun 2012 at 5:53

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant