Commit Graph

16 Commits (master)

Author SHA1 Message Date
Robinson 5e7928c6a6
added comments for SWT example 2024-02-14 23:58:06 +01:00
Robinson ce86996a13
updated deps 2023-11-20 22:18:32 +01:00
Robinson b38cecff17
Fixed imports, updated license. 2023-01-15 00:49:31 +01:00
Robinson b6d4ce5f2e
Fixed potential deadlocks during shutdown events 2022-12-31 18:29:51 +01:00
Robinson cbb4a6ba07
Fixed migration for swt/javaFX to updated libraries 2022-05-09 09:18:14 +02:00
Robinson 53c6ab6a3d
Created separate directory roots for JavaFX and SWT tests 2021-12-13 09:26:29 -07:00
Robinson e2d32a7bd1 SWT/JavaFX "shutdown hooks" have changed. Since it's no longer available with JPMS, so it is no longer supported. Developers must add the shutdown hooks themselves. 2021-05-02 12:26:01 +02:00
Robinson 97f0a82af2 Added support for closing JavaFX/SWT/etc windows, and *not* closing the SystemTray. Automatically closing the SystemTray when the JavaFX/SWT window, requires an explicit call to `installShutdownHook()` 2021-03-29 00:24:06 +02:00
Robinson 41ee7ef38f Fixed image resource for javaFX and SWT 2021-03-20 23:02:09 +01:00
Robinson 2bc1387f76 Added resource + test for issue #123 (for javaFX and SWT) 2021-03-20 12:23:38 +01:00
Robinson 09594e5e39 Changed language regarding SWT_GTK3, as that flag is no longer available in newer versions of SWT (the flag has been changed to SWT_GTK4, but we don't support GTK4) 2021-03-12 01:15:52 +01:00
Robinson 8e1219d88e Updated copyright 2021-01-31 22:29:08 +01:00
Robinson 527839d9cb Code polish/cleanup warnings 2021-01-31 21:29:12 +01:00
Robinson cc7305e1af Better support for running multiple system tray menus from the same JVM 2021-01-31 19:31:30 +01:00
Robinson 53bd1a0bbe CacheUtil can now be specified with a name (so more than 1 can exist) 2021-01-31 00:36:07 +01:00
Robinson 63bdeaf912 Updated to use new SwtJavaFx dependency (it was split out of the general utilities project) 2021-01-30 16:29:30 +01:00