Package csa.jportal.gui

Examples of csa.jportal.gui.LogPanel


    {
        if (b==mData.mDebugOff) return;
        mData.mDebugOff=b;
        if (b)
        {
            mDebugPanel = new LogPanel();
            mDebugPanel.setDebugLevel(mData.mDebugLevel);
            mDebugPanel.setInterestedFiles(mData.mDebugFiles);
            mDebugPanel.setInterestedClasses(mData.mDebugClasses);
            mDebugPanel.setInterestedMethods(mData.mDebugMethods);
            mDebugPanel.setTrackTime(mData.mDebugTiming);
View Full Code Here

TOP

Related Classes of csa.jportal.gui.LogPanel

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.