()
| 371 | |
| 372 | /// {@inheritDoc} |
| 373 | @Override |
| 374 | public Style getStyle() { |
| 375 | if (paintingFull) { |
| 376 | if (sliderFull == null) { |
| 377 | initStyles(fullUIID); |
| 378 | } |
| 379 | if (hasFocus()) { |
| 380 | return sliderFullSelected; |
| 381 | } |
| 382 | return sliderFull; |
| 383 | } |
| 384 | return super.getStyle(); |
| 385 | } |
| 386 | |
| 387 | /// Return the size we would generally like for the component |
| 388 | @Override |
no test coverage detected