How to create a canvas file with the menu in right

Hi All,

I am drawing some pitcher using canvas and by doing that the menu which is present in the right bottom corner will not work how can i create this menu working.

Example :

form contain : Exit command in left bottom cornner .

Menu { done,Back} in right bottom cornner.

Now i will draw a image using canvas and this Exit command and Menu command remains as it is which is i wanted but these commands are not working can i now what will be the reson.

If any thing more is needed related to this topic please let me Know.

[567 byte] By [Mitesh_Jaina] at [2007-11-26 14:49:49]
# 1
Use a JFrame and paint on the content pane. Or a Frame with a Canvas (who the heck still uses AWT?).They probably don't do anything because painting a button is not enough. It actually needs to be a button. Or Menu.
CeciNEstPasUnProgrammeura at 2007-7-8 8:37:53 > top of Java-index,Java Essentials,New To Java...