Searched refs:InstUtil (Results 1 – 7 of 7) sorted by relevance
67 Properties netbeansProps = InstUtil.getNetbeansLocation(); in initComponents()74 for( int v = 0; v < InstUtil.versions.length; v++ ) { in initComponents()76 String key = InstUtil.versions[v]; in initComponents()113 tableModel = new MyTableModelIDE (props, InstUtil.versions); in initComponents()
33 public class InstUtil { class434 InstUtil inst = new InstUtil(); in main()
108 fileVersions = InstUtil.buildSversionLocation(); in validateCurrentUserDir()118 props = InstUtil.getOfficeVersions(fileVersions); in validateCurrentUserDir()
68 fileVersions = InstUtil.buildSversionLocation(); in initComponents()78 props = InstUtil.getOfficeVersions(fileVersions); in initComponents()
66 if( InstUtil.hasNetbeansInstallation() ) { in initComponents()
130 if( InstUtil.hasNetbeansInstallation() ) { in installationComplete()
162 boolean hasIDEInstallation = ( InstUtil.hasNetbeansInstallation() ) ; in initComponents()
Completed in 55 milliseconds