Get an image icon with hi-dpi support. Pulls 1x or 2x versions of the file depending on the display type, but sizes them based on 1x.
(String base)
| 589 | * file depending on the display type, but sizes them based on 1x. |
| 590 | */ |
| 591 | static public ImageIcon getLibIconX(String base) { |
| 592 | return getLibIconX(base, 0); |
| 593 | } |
| 594 | |
| 595 | |
| 596 | static public ImageIcon getLibIconX(String base, int size) { |
no test coverage detected