I want to display a full-screen Processing.org app (java) on a public computer on OS X.
Full-screen is easy enough, I can disable menu+dock via Info.plist.
How can I disable process switching (cmd-tab
) and force quit popup, power popup, and other system hotkeys, etc.? I want to开发者_JAVA百科 make it bulletproof so the user is either stuck within my app or kicking the power cord out.
I'll assume your goal is noble: a kiosk-type setup on a computer that you have control of, not an app that a user would download.
If you can run your sketch as an applet you can open the html page in Plainview (a free Webkit-based browser) set to kiosk mode. Plainview kiosk mode locks everything down with the system password.
精彩评论