Transparent JSpinner
998435Mar 21 2013 — edited Mar 26 2013Hi!
I'm trying to create a transparent JSpinner on top of a JPanel with an image as background. Apparently setOpaque(false) isn't enough to acheive this and so I'm wondering if there's another way to do it. Can I override some paint method for the JFormattedTextField or customize some UI class?
Any help appreciated!