# Menus
Play Demo
Menu Bar Demo — MenuBar with PopupMenu dropdowns and z-ordering.
Shows a menu bar with File, Edit, and View menus that open above
other content. A status label at the bottom echoes the last action.
Run: uv run python packages/graphics/examples/ui_menus.py
## Source Code
```{literalinclude} ../../packages/graphics/examples/ui_menus.py
:language: python
:linenos:
```