I have a program in java with several Jpanels designed; with certain font and background color for each component on each of my panels. Is there any clean way to change font of jpanels and components on them? I mean I want to bind properties to my components; and as I changed the property; It’s influence reflect on all of jpanels.
Share
You can use JComponent#putClientProperty(Object key, Object value) and this method could be used for multiple properties in one
JComponent