My JButtons are all resizable (when I resize the JFrame the JButtons adjust to the right size), however I encountered the problem that the Icons I have set for these JButtons do not resize. They stay the same height and width which they had when I initialised them. Is there a way to make the Icon of a JButton to scale with the size of the JButton?
Thanks in advance.