Replies: 1 comment 2 replies
For components with custom backgrounds, there are two answers.
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After switching our Java application to using Radiance I noticed that our JTree nodes no longer render "folder" icons for parent nodes that have children, and the lines showing the connection between parent and child nodes are missing. See image below (left = new behaviour with Radiance) right = original behaviour without radiance.
How do I re-enable the original tree rendering behaviour with radiance? Additionally, I can't seem to figure out a way to force any JPanel to render a white background anymore. ie The JTree used to have a white background giving good contrast between the background and the content inside the panel. Now everything is a dull grey which is undesirable.
All reactions