finish updating jAppleMenuBar (resolves #221, fixes #372)

This commit is contained in:
Ben Fry
2022-01-25 09:49:53 -05:00
parent 19d4fe8d0c
commit 6a8ea32066
2 changed files with 5 additions and 5 deletions
Binary file not shown.
+5 -5
View File
@@ -1,4 +1,9 @@
1280 (4.0b5)
X replace japplemenubar with something that's more likely to work in the future
X https://github.com/processing/processing4/issues/221
o seems to be working fine; not sure, but have to roll with it for now
X breaks on aarch64
X https://github.com/processing/processing4/issues/372
macos-aarch64
@@ -6,11 +11,6 @@ _ jogl build for m1
_ https://github.com/processing/processing4/issues/128
_ https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-td4040887.html
_ https://github.com/jzy3d/jogl/blob/feature/macosx-arm64/HOW-TO-ADD-ARM64-TO-2.4.md
_ replace japplemenubar with something that's more likely to work in the future
_ https://github.com/processing/processing4/issues/221
o seems to be working fine; not sure, but have to roll with it for now
_ breaks on aarch64
_ https://github.com/processing/processing4/issues/372
_ concurrent StringDict et al
_ why no concurrent TreemMap? https://stackoverflow.com/a/17656453