Menu Bar

The menu bar in the frame is received.

In[111]:=

menuBar = frame @ getJMenuBar[]

Number of menus currently added in the menu bar is shown.

In[112]:=

menuBar @ getMenuCount[]

Informations about menus are retrieved.

In[113]:=

menuBar @ getMenu[0] @ toString[]

In[114]:=

menuBar @ getMenu[1] @ toString[]


Converted by Mathematica  (July 17, 2003)