|
a/tool/src/GUI/StudioUI4.java |
|
b/tool/src/GUI/StudioUI4.java |
|
... |
|
... |
334 |
private javax.swing.JEditorPane text;
|
334 |
private javax.swing.JEditorPane text;
|
335 |
private javax.swing.JTree tree;
|
335 |
private javax.swing.JTree tree;
|
336 |
// End of variables declaration//GEN-END:variables
|
336 |
// End of variables declaration//GEN-END:variables
|
337 |
|
337 |
|
338 |
public void doSettings() {
|
338 |
public void doSettings() {
|
339 |
//swingUtils.populateTree(tree);
|
|
|
340 |
|
|
|
341 |
// the basic root node that is always needed
|
339 |
// the basic root node that is always needed
|
342 |
swingUtils.nodeAddRoot(tree);
|
340 |
swingUtils.nodeAddRoot(tree);
|
343 |
|
|
|
344 |
// now add all products that we can find
|
341 |
// now add all products that we can find
|
345 |
actions.addTreeSPDX(tree);
|
342 |
actions.addTreeSPDX(tree);
|
346 |
|
343 |
|
347 |
|
|
|
348 |
// get the list of RunPlugins going
|
344 |
// get the list of RunPlugins going
|
349 |
RunPlugins.listPlugins();
|
345 |
RunPlugins.listPlugins();
|
350 |
log.write(is.INFO, Messages.ReadyToUse);
|
346 |
log.write(is.INFO, Messages.ReadyToUse);
|
351 |
// log.write(is.INFO, Messages.ReadyToUse);
|
347 |
// log.write(is.INFO, Messages.ReadyToUse);
|
352 |
|
348 |
|