Fullscreen feature for Java Apps on OSX Lion

后端 未结 6 633
你的背包
你的背包 2020-11-30 09:01

How can I (natively) implement the fullscreen feature of OSX Lion in a Java application?

The current answers given incorporate a good method for achieving a sort-of-

6条回答
  •  悲哀的现实
    2020-11-30 09:16

    I don't know about natively, but Java does support fullscreen applications without needing native code:

    http://saipullabhotla.blogspot.com/2012/05/enabling-full-screen-mode-for-java.html

    The question is has Apple implemented that with Lion in their JDK.

提交回复
热议问题