MaxJWeinstein / Penn-TotalRecall

An easy-to-use tool for quickly annotating audio files.
http://memory.psych.upenn.edu/TotalRecall
Other
0 stars 0 forks source link

Preferences doesn't work #1

Open MaxJWeinstein opened 6 months ago

MaxJWeinstein commented 6 months ago

On my installation of PTR (Mac, tarball from the wiki), the Preferences window is inaccessible. I can assign it a keyboard shortcut, but nothing happens

MaxJWeinstein commented 6 months ago

It's possible this is related to the fact that the MacOSXCustomizer class uses an outdated API. It should now use java.awt.Desktop Actions. (Which should also be cross-platform.)

More here: https://www.formdev.com/flatlaf/macos/

Update: Yeah, this was relying on stubs for AppleJavaExtensions, this is like 10 years and several JDK versions old, and is no longer to be used in new projects. My guess is that we can rip out this stuff, remove a dependency that isn't maintained, and update to modern java architecture