Searched refs:currentProgress (Results 1 – 2 of 2) sorted by relevance
43 private PanelLabel currentProgress; field in UninstallationOngoing64 currentProgress = new PanelLabel(progressText); in UninstallationOngoing()81 contentbox.add(currentProgress); in UninstallationOngoing()90 currentProgress.setText(s); in setProgressText()
43 private PanelLabel currentProgress; field in InstallationOngoing68 currentProgress = new PanelLabel(progressText); in InstallationOngoing()84 contentbox.add(currentProgress); in InstallationOngoing()93 currentProgress.setText(s); in setProgressText()
Completed in 10 milliseconds