Mercurial > cgi-bin > hgweb.cgi > ImagePrep
diff src/name/blackcap/imageprep/Main.kt @ 30:098c4f5507c7
Convert to JDK 15.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 13 Jun 2022 11:31:49 -0700 |
parents | 92afaa27f40a |
children |
line wrap: on
line diff
--- a/src/name/blackcap/imageprep/Main.kt Mon Jun 13 09:21:24 2022 -0700 +++ b/src/name/blackcap/imageprep/Main.kt Mon Jun 13 11:31:49 2022 -0700 @@ -33,6 +33,7 @@ LOGGER.log(Level.INFO, "beginning execution") if (OS.type == OS.MAC) { System.setProperty("apple.laf.useScreenMenuBar", "true") + System.setProperty("apple.awt.application.name", Application.MYNAME) } /* launch GUI */