I am trying to extract minimization, maximization and close icons for a JFrame from my own appearance.
I can do this for InternalFrame icons as follows:
icon = UIManager.getIcon("InternalFrame.maximizeIcon");
However, I need JFrame badges. I do not see any keys in the design of the JFrame icons. How do I access them?
thanks
source share