fullscreen-p5
fullscreen-p5 copied to clipboard
SoftFullScreen - Applet Mode
SoftFullScreen will very likely break applets on MacOSX now, because to hide the menu bar it needs to use a native-library which is of course not allowed.
Proposed solutions:
- sign fullscreen.jar, request permissions when required
- check permission, if no permission is give don't request it and just don't hide the menu bar. (imho better than the super-scary permission request java-applets give)