Return an Image object from inside the Processing 'lib' folder. Moved here so that Base can stay headless.
(String filename)
| 521 | * Moved here so that Base can stay headless. |
| 522 | */ |
| 523 | static public Image getLibImage(String filename) { |
| 524 | ImageIcon icon = getLibIcon(filename); |
| 525 | return (icon == null) ? null : icon.getImage(); |
| 526 | } |
| 527 | |
| 528 | |
| 529 | /** |
no test coverage detected