I am coding a little program and this is basically my first time to using a JComponent
to draw stuff. I set the background of the component to black.
But as soon as I draw a JButton
in it, it gets overwritten by the default grey. I have been searching for this for an hour now and can't seem to find any answers.