I am learning how to make a menu bar using Google Closure libraries via this example.
http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/menubar.html
However, when I try out the code in my own application, the Plovr compiler complains that no file provides goog.ui.menuBar
. Is goog.ui.menuBar
part of the Closure library or is there a plugin/extension that I must download to use it?