Package tiled.mapeditor.dialogs

Examples of tiled.mapeditor.dialogs.PluginLogDialog


        // TODO: maybe have a nice dialog with a scrollbar, in case there are
        // a lot of messages...
        Preferences prefs = TiledConfiguration.node("io");

        if (prefs.getBoolean("reportWarnings", false)) {
          PluginLogDialog pld = new PluginLogDialog();
            /*if (!s.isEmpty()) {
                Iterator itr = s.iterator();
                StringBuffer warnings = new StringBuffer();
                while (itr.hasNext()) {
                    warnings.append(itr.next()).append("\n");
View Full Code Here

TOP

Related Classes of tiled.mapeditor.dialogs.PluginLogDialog

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.