Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Intergrate a JMeu bar into ubuntu 11.10 untiy's global menu bar.

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    19
    My Mood
    Inspired
    Thanks
    1
    Thanked 1 Time in 1 Post

    Question Intergrate a JMeu bar into ubuntu 11.10 untiy's global menu bar.

    I am creating a java application that has a simple menu bar (file, edit, view etc.), and I am using it on the ubuntu operating system, that uses the unity user interface, this has menu bar's similar to that of a mac (IE: the menu bars do not appear in the window, they are on a top bar, (google image search it if you don't no what I mean), anyway, in my java application, the menu mearly appears in the application window. Does anyone no a way of intergrating my menu bar into the top bar menu, or a class library that would allow me to do this.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Intergrate a JMeu bar into ubuntu 11.10 untiy's global menu bar.

    On mac there are ways to set up a single menu bar by passing arguments to java on the command line or setting the System property on startup. I have never done this on linux, but would presume there are similar types of ways to go about doing this. Might be a place to start if you haven't researched it already.

  3. #3
    Junior Member
    Join Date
    Nov 2011
    Posts
    19
    My Mood
    Inspired
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: Intergrate a JMeu bar into ubuntu 11.10 untiy's global menu bar.

    Thankyou, I had not researched that, and hadn't even thought of it, I am looking into it now, and I think this is probably the way to go.

Similar Threads

  1. How can I create a global or local script terminater?
    By YourCrazyFriend in forum Java Theory & Questions
    Replies: 5
    Last Post: March 20th, 2012, 06:33 AM
  2. How to install the JDK on Ubuntu Linux
    By Brt93yoda in forum Java Code Snippets and Tutorials
    Replies: 1
    Last Post: June 5th, 2011, 09:09 AM
  3. Is it possible to use card layout for menu and menu items?
    By jai2rul in forum AWT / Java Swing
    Replies: 0
    Last Post: April 11th, 2011, 08:19 AM
  4. Help running SQL queries in Ubuntu
    By Mic[RSA] in forum Java IDEs
    Replies: 0
    Last Post: June 29th, 2010, 12:53 PM
  5. [SOLVED] Problem while getting a number from another thread
    By Koren3 in forum Threads
    Replies: 4
    Last Post: April 7th, 2009, 01:42 PM

Tags for this Thread