Relative Content

Tag Archive for javaswingintellij-idea

Swing Components with custom UI are not painted correctly

I am trying to create a side bar for a simple program that I am working on. I decided to use JRadioButtons in a group, and customize their appearance, to make the side bar appear the way I want. I customize the radio button’s appearances by creating a custom UI.