This is a preliminary version of SuperWaba native menu implementation. Currently works only in Java. Not tested on real device. Basically, MenuBar is now a proxy class calling real, implementation class (implementing interface waba.ui.IMenuBar). Three implementations are provided: - waba.applet.JavaMenuBar for Java, - waba.ui.SWMenuBar - copy of old waba.ui.Menu.Bar - waba.ui.NativeMenuBar - class for device (not implemented yet). There is an easy switch for old (portable) and new (native) implementation - just change variable "nativeMenu" in waba\ui\MenuBar.java to false. Michal Hobot MichalHobot@netscape.net http://www.mhobot.w.pl/java/superwaba Original SuperWaba website: http://www.superwaba.org/