jkboyce/jugglinglab

Strange behavior when switching views in maximized window

Closed this issue · 1 comments

When a pattern window is maximized, we get strange behavior (version 1.5.2) when switching views:

  • the window doesn't stay maximized
  • the juggler animation appears tiny in Pattern and Selection view

(Reported by Alanz.)

For Windows I was able to address these issues and make maximized animation windows behave as expected. Changes committed to the master branch so I'm closing the issue.

For macOS there doesn't appear to be any way to figure out if a window is maximized. Once upon a time there was an Apple-provided class com.apple.eawt.FullScreenListener but it's long since been deprecated without replacement. https://bugs.openjdk.java.net/browse/JDK-8228638