I'm trying to customize a JTree
so that I can use it in a project that I'm working on. That project GUI's style does not fit the default Java LNF's node handles for JTree
which is why I tried to replace them with custom-made icons but I'm stuck as to how I can do that. I don't know if that helps but I already have an own LNF class which loads the default LNF settings and overrides some of them with custom values.
Alternatively, if replacing the handles' icons is too complex to explain it in an answer here, how can I completely disable them so that I can use custom open/closed icons for all expandable nodes?