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