Applet and JMenu

From: Alex Ostrikov (aostrik_at_hotmail.com)
Date: 11/23/03

  • Next message: Herman: "Help with multiple file projects"
    Date: Sun, 23 Nov 2003 14:39:40 -0500
    
    

    Hello, all !!!

    I have JFrame with JTabbedPane and JMenu.
    Each tab of JTabbedPane has JApplet on it.

    And when I choose any menu item (File -> DoSmth),
    my JApplet covers the part of menu so that it' not visible.
    Looks like applet is above the menu and covers it's part.
    I cann't get what the problem.

    Help me plz.

    Thanx.


  • Next message: Herman: "Help with multiple file projects"

    Relevant Pages

    • Re: Detecting Mouse Over Tab on JTabbedPane
      ... I know I can set tool tips for a tab on a JTabbedPane object. ... It's a MouseMotionListener you'll have to add to the JTabbedPane ... int ix = tp.indexAtLocation, e.getY); ...
      (comp.lang.java.programmer)
    • Re: Detecting Mouse Over Tab on JTabbedPane
      ... I know I can set tool tips for a tab on a JTabbedPane object. ... It's a MouseMotionListener you'll have to add to the JTabbedPane instance, ...
      (comp.lang.java.programmer)
    • Re: JTabbedPane grey line between tab and contents?
      ... > there is a grey 2 pixel line between the tab and the tab contents. ... There is no public JTabbedPane ... properties that control this, but it can be controlled using the ... UIDefaults table. ...
      (comp.lang.java.gui)
    • Re: Detecting Mouse Over Tab on JTabbedPane
      ... I know I can set tool tips for a tab on a JTabbedPane object. ... It's a MouseMotionListener you'll have to add to the JTabbedPane ...
      (comp.lang.java.programmer)
    • Re: Placing close button into tab with 1.5?
      ... I want to add a close button to a tab to close itself. ... Is there a way to achieve it in Java 1.5??? ... but Karsten wants to know how to do this on a JDK 1.5 JTabbedPane. ...
      (comp.lang.java.gui)