Package debugger.debuggerComponents

Examples of debugger.debuggerComponents.ThreadActionStatus


    //State
    lblState = new JLabel();
    lblState.setText("State: ");
    lblState.setToolTipText("The state of an agent can only be determined, if the agent is suspended. ");
    line2.add(lblState);
    taStatus = new ThreadActionStatus(thread);
    line2.add(taStatus);
   
    line2.add(Box.createHorizontalGlue());
   
    lblCommandCount = new JLabel();
View Full Code Here

TOP

Related Classes of debugger.debuggerComponents.ThreadActionStatus

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.