Relative Content

Tag Archive for javajbuttondrawpaintcomponent

Make JButton paintComponent draw on top of parent’s border

I have a verticalBox with a border of 1px on all sides. Insede the vb there are buttons. I would like for the selected button to draw on top of the right border of the vb. The desired result would be a continous line except for where the selected button is.