JSpinner buttons do not paint focus border on Java 7
Closed this issue · 1 comments
GoogleCodeExporter commented
Create a spinner around a text field
When the text field is focused the field and the buttons are sourrounded by a
blue border. On Java 7 the border only surrounds the field but not the spin
buttons.
This seems to happen on all platforms.
It seems the painter for the buttons is not selected correctly. It always
selects the
background painter and not the background-selected painter.
This needs further investigation what is going wrong here.
- Rossi
Original issue reported on code.google.com by rosstaus...@googlemail.com
on 25 Jun 2012 at 9:07
GoogleCodeExporter commented
Fixed with revision 1634
Original comment by rosstaus...@googlemail.com
on 14 Nov 2013 at 9:17
- Changed state: Fixed