< prev index next >

src/com/sun/javatest/exec/CE_EnvironmentPane.java

Print this page




 256                     else
 257                         break;
 258                 }
 259             }
 260 
 261             return new File(canonFilePath);
 262         }
 263         catch (IOException e) {
 264             uif.showError("ce.env.makeTSRelIOError", new Object[] {file, e});
 265             return null;
 266         }
 267     }
 268 
 269     private EnvParameters envParameters;
 270     private LegacyEnvParameters legacyEnvParameters;
 271     private TestSuite testSuite;
 272     private JLabel envFilesLabel;
 273     private EditableFileList envFilesField;
 274     private JFileChooser envFilesChooser;
 275     private JLabel envNameLabel;
 276     private JComboBox envNameField;
 277 
 278 }


 256                     else
 257                         break;
 258                 }
 259             }
 260 
 261             return new File(canonFilePath);
 262         }
 263         catch (IOException e) {
 264             uif.showError("ce.env.makeTSRelIOError", new Object[] {file, e});
 265             return null;
 266         }
 267     }
 268 
 269     private EnvParameters envParameters;
 270     private LegacyEnvParameters legacyEnvParameters;
 271     private TestSuite testSuite;
 272     private JLabel envFilesLabel;
 273     private EditableFileList envFilesField;
 274     private JFileChooser envFilesChooser;
 275     private JLabel envNameLabel;
 276     private JComboBox<String> envNameField;
 277 
 278 }
< prev index next >