Java/Swing: How to draw a simple bar graph in a custom renderer for a JLabel.
I would like to dynamically create a minimal transparent bar graph to display over a canvas. I was thinking of using a custom renderer for a JButton or a JLabel; but how do I draw my bar graph in this renderer? ...