124125126127128129130131132133134
} public void setAsText (String path) { OfficeInstallation oi = new OfficeInstallation(path); if (!oi.supportsFramework()) throw new IllegalArgumentException(path + " is not a valid Office install"); else setValue (oi); }
196197198199200201202203204205206
path = target.getAbsolutePath(); } OfficeInstallation oi = new OfficeInstallation(path, path); if (oi.supportsFramework()) { installPath.setText(path); panel.setSelectedPath(oi); } }
117118119120121122123124125126127
121122123124125126127128129130131
129130131132133134135136137138139
175176177178179180181182183184185