| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-10-17 17:22:46 GMT-0700 |
| Commit | 249e52e1a84b4c01ebcdc6cdc5f8db6d3c653dfe |
| Parent | ec4d62f |
| Delta | 0 lines added, 6 lines removed, 6-line decrease |
| */ | ||
| private static void update( final String message ) { | ||
| - try { | ||
| - throw new RuntimeException(); | ||
| - } catch( final Exception e ) { | ||
| - e.printStackTrace(); | ||
| - } | ||
| - | ||
| runLater( | ||
| () -> { |