Package at.bestsolution.drawswf.menu

Examples of at.bestsolution.drawswf.menu.DrawMovieMenu


        add(file_menu_);
        edit_menu_ = new DrawEditMenu(MainWindow.getI18n().getString("MainWindowEdit"), MainWindow.getI18n().getString("MainWindowEditMn").charAt(0));
        add(edit_menu_);
        tools_menu_ = new DrawToolsMenu(MainWindow.getI18n().getString("MainWindowTools"), MainWindow.getI18n().getString("MainWindowToolsMn").charAt(0), draw_object_list);
        add(tools_menu_);
        movie_menu_ = new DrawMovieMenu(MainWindow.getI18n().getString("MainWindowMovie"), MainWindow.getI18n().getString("MainWindowMovieMn").charAt(0));
        add(movie_menu_);
        help_menu_ = new DrawHelpMenu(MainWindow.getI18n().getString("MainWindowHelp"), MainWindow.getI18n().getString("MainWindowHelpMn").charAt(0));
        add(help_menu_);
    }
View Full Code Here

TOP

Related Classes of at.bestsolution.drawswf.menu.DrawMovieMenu

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.