esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
JMenu, JMenuBar, JMenuItem

A JMenuBar is the menu typically containing headers like 'File' and 'Help'. A JMenu defines one column in a JMenuBar and a JMenuItem is one entry in a JMenu. Whenever a JMenuItem is selected, an ActionEvent is raised which you can process with actionPerformed. The use is very straightforward. Check out the How to use Menus in Sun's Java Tutorial for more information.

Related Categories

Menu, MenuItem

Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        How do I catch the event when a JMenuItem has been selected?
        How do I create a JMenuItem with an image?
        How do I add a different tooltip for every element in my JMenuItem?
        How do I get the JMenu object from the selected JMenuItem?
        How do I add a general JComponent to a JMenu?
        How do I disable the keyboard accellerator that has been assigned to a JMenuItem?
        How do I change the font of a JMenuItem?
        How do I display the description of a JMenuItem in the statusbar when moving over it?
        How do I justify the text on a JMenuItem?
        How do I dynamically remove a separator from a JMenu?
        How do I dynamically change the text of a JMenuItem?
        How do I create a JMenu which is composed of scrollable JMenuItem components?
        How do I align a 'Help' JMenu component to the right side of the JMenuBar?
        How do I change the colors of my JMenu and JMenuItems?
        How do I get the parent JMenu for a JMenuItem?


      Further Information (sorted alphabetically)
      Api's:

      Articles:

      Related Links:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.