Package net.sourceforge.squirrel_sql.client.gui.util

Examples of net.sourceforge.squirrel_sql.client.gui.util.ThreadCheckingRepaintManager


      throw new IllegalArgumentException("IApplication == null");
    }

    if (s_log.isDebugEnabled())
    {
      RepaintManager.setCurrentManager(new ThreadCheckingRepaintManager());
    }

    _app = app;

    _aliasWinMgr = new AliasWindowManager(_app);
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.client.gui.util.ThreadCheckingRepaintManager

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.