Fullscreen feature for Java Apps on OSX Lion

后端 未结 6 615
你的背包
你的背包 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:28

    Java allows you full screen mode, that has nothing to do with Lion. (via chubbard)

    If you want to write native Cocoa applications with Java, you need to use JavaBridge. However, JavaBridge is deprecated.

    My recommendation is: If you want to write native OSX Cocoa applications, do it in Objective C or Macruby. MacRuby is currently receiving funding from Apple (Sansonetti is a full-time Apple employee) and might just have a future with Cocoa. Java doesn't.

提交回复
热议问题