help please ...!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sugandhseth
    New Member
    • Oct 2006
    • 1

    help please ...!!

    i have tried to make paint application in java .... i have added the canvas to the center of the frame using borderlayout ... n then added the menubar ...using setmenubar option .... but whenever i click on the menubar ....the menuitems are overlapped by the canvas .... so please help me out
  • foleyflint
    New Member
    • Oct 2006
    • 9

    #2
    Originally posted by sugandhseth
    i have tried to make paint application in java .... i have added the canvas to the center of the frame using borderlayout ... n then added the menubar ...using setmenubar option .... but whenever i click on the menubar ....the menuitems are overlapped by the canvas .... so please help me out
    Hey, in order to help you, you should paste your code here so I know what you've been exactly trying to do.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by sugandhseth
      i have tried to make paint application in java .... i have added the canvas to the center of the frame using borderlayout ... n then added the menubar ...using setmenubar option .... but whenever i click on the menubar ....the menuitems are overlapped by the canvas .... so please help me out
      You aren't mixing Swing components with AWT components are you?

      kind regards,

      Jos

      Comment

      • garanda
        New Member
        • Jun 2007
        • 1

        #4
        Please,

        I have the same problem as you!!!


        How did you fixe it???


        Thanks

        Comment

        Working...