fullscreen-p5 icon indicating copy to clipboard operation
fullscreen-p5 copied to clipboard

SoftFullScreen - Applet Mode

Open kritzikratzi opened this issue 15 years ago • 0 comments

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:

  1. sign fullscreen.jar, request permissions when required
  2. 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)

kritzikratzi avatar Dec 01 '09 20:12 kritzikratzi