Cire,
Support for menu bars is a little half baked at the moment. There is a DSL to build menu bars in Limelight::DSL::MenuBar and you can add a menu to any stage's frame.....
menu_bar = Limelight::DSL::MenuBar.build do
...
end
stage.frame.setJMenuBar(menu_bar)
Micah