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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java1622 private String progressBarTitle; field in class:HSDB.HeapProgress
1629 HeapProgress(String windowTitle, String progressBarTitle) { argument
1630 this(windowTitle, progressBarTitle, null);
1633 HeapProgress(String windowTitle, String progressBarTitle, CleanupThunk cleanup) { argument
1635 this.progressBarTitle = progressBarTitle;
1647 bar = new ProgressBarPanel(progressBarTitle);

Completed in 35 milliseconds