Package com.bbn.openmap

Examples of com.bbn.openmap.I18n


    /* (non-Javadoc)
     * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
     */
    public void actionPerformed(ActionEvent e) {
        I18n i18n = Environment.getI18n();
        if (i18n instanceof BasicI18n) {
            ((BasicI18n)i18n).dumpCreatedResourceBundles();
        }
    }
View Full Code Here

TOP

Related Classes of com.bbn.openmap.I18n

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.