return INFO_UPGRADE_CHOOSE_VERSION_PANEL_INSTRUCTIONS.get();
}
private RemoteBuildListComboBoxModelCreator getBuildLoader() {
if (bld == null) {
RemoteBuildManager rbm =
((Upgrader) getApplication()).getRemoteBuildManager();
try {
bld = new RemoteBuildListComboBoxModelCreator(rbm);
} catch (IOException e) {
LOG.log(Level.INFO, "error creating remote build list combo " +