Searched defs:JTop (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/management/JTop/
H A DJTop.java46 * JTop class can be run as a standalone application.
54 * that can be used with JConsole (see README.txt). The JTop
55 * GUI will be added as a JConsole tab by the JTop plugin.
85 * JTop is a JPanel to display thread's name, CPU time, and its state
88 public class JTop extends JPanel { class in inherits:JPanel
94 public JTop() { method in class:JTop
303 // Create the JTop Panel
304 final JTop jtop = new JTop();
318 // Create the standalone window with JTop pane
[all...]

Completed in 42 milliseconds