Search code examples
javaswingiconsjcheckbox

JCheckbox: add icon from jar not a directory to label?


I know it's possible to use HTML but what if you are loading the icon image from a package instead of a directory?

How would you go about adding icon to a jcheckbox's label?

http://www.exampledepot.com/egs/javax.swing/checkbox_AddIcon.html


Solution

  • add Icon and String to the JLabel, then set JLabel#setLabelFor(myJCheckBox)