I am improving a rock, paper, scissors program I created using swing, and now I'm adding ImageIcons for each JRadioButton. I imported and added rock, but I cannot seem to find a way to keep the bubble
that is shown next to the text. When I add the icon, I get this.
Any advice? Thanks!
Maybe you group the icons and the RBs into separate panels
Something like this
Then you'll have something like this
If you don't want the text, don't set any text to the RadioButton.
JRadioButton rock = new RadioButton();