The Artima Developer Community
Sponsored Link

Java Buzz Forum
Run IntelliJ IDEA with the menubar at the top of the screen on Mac OS X

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Run IntelliJ IDEA with the menubar at the top of the screen on Mac OS X Posted: Feb 10, 2004 6:16 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: Run IntelliJ IDEA with the menubar at the top of the screen on Mac OS X
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

IntelliJ menubarIf you're running IntelliJ IDEA on Mac OS X then you may already know this, but there is a way to tell IDEA to put its menu items in the menubar at the very top of the screen. To do this, find your IDEA installation and look in the bin directory. Next, Ctrl-Click on the IDEA application and choose "Show Package Contents" from the popup menu. Open up the Info.plist file in the Contents directory and append the following text to the Root/Java/VMOptions element.

    -Dapple.laf.useScreenMenuBar=true

A neat little tip that I picked up for gaining a few pixels real-estate. Incidently, you can also use this in your own Swing apps.

Read: Run IntelliJ IDEA with the menubar at the top of the screen on Mac OS X

Topic: Server Work Previous Topic   Next Topic Topic: Red Hat Linux

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use