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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java1621 private String windowTitle; field in class:HSDB.HeapProgress
1625 HeapProgress(String windowTitle) { argument
1626 this(windowTitle, "Percentage of heap visited", null);
1629 HeapProgress(String windowTitle, String progressBarTitle) { argument
1630 this(windowTitle, progressBarTitle, null);
1633 HeapProgress(String windowTitle, String progressBarTitle, CleanupThunk cleanup) { argument
1634 this.windowTitle = windowTitle;
1643 frame = new JInternalFrame(windowTitle);

Completed in 2363 milliseconds