Package debugger.debuggerComponents

Examples of debugger.debuggerComponents.ClassWatcherFrame


        putValue(Action.SHORT_DESCRIPTION, "Shows all static values from the currently running program. ");
      }
     
      @Override
    public void actionPerformed(ActionEvent e) {
      new ClassWatcherFrame(DebuggerListeners.mainClass);   
    }
View Full Code Here

TOP

Related Classes of debugger.debuggerComponents.ClassWatcherFrame

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.