277278279280281282283
putValue(SHORT_DESCRIPTION, "Shows a stacktrace of this thread. The stacktrace corresponds to the java version. "); } @Override public void actionPerformed(ActionEvent arg0) { new StackTraceFrame(thread.getStackTrace(), thread); }