Package de.yaams.core.helper

Examples of de.yaams.core.helper.SwingHelper


          // extract
          FileHelper.extractArchive(ex, getRTPFilename(name, rgssVersion));
        } else {
          final String rtpName = name;
          // inform user
          new SwingHelper(true) {

            @Override
            public void run() {
              YDialog.ok(
                  I18N.t("RTP {0} wird nun installiert.", rtpName),
View Full Code Here

TOP

Related Classes of de.yaams.core.helper.SwingHelper

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.