Return an Image object from inside the Processing 'lib' folder. Moved here so that Base can stay headless.
(String filename)
| 573 | * Moved here so that Base can stay headless. |
| 574 | */ |
| 575 | static public Image getLibImage(String filename) { |
| 576 | ImageIcon icon = getLibIcon(filename); |
| 577 | return (icon == null) ? null : icon.getImage(); |
| 578 | } |
| 579 | |
| 580 | |
| 581 | /** |
no test coverage detected