(String resource)
| 555 | /// |
| 556 | /// input stream for the resource or null if not found |
| 557 | public static InputStream getResourceAsStream(String resource) { |
| 558 | return Display.impl.getResourceAsStream(CN.class, resource); |
| 559 | } |
| 560 | |
| 561 | |
| 562 | /// An error handler will receive an action event with the source exception from the EDT |
no outgoing calls