|
|
@ -361,6 +361,7 @@ public class EnvDetectorDialog extends JDialog { |
|
|
|
} |
|
|
|
} |
|
|
|
EnvDetectorItem item = items.get(i); |
|
|
|
EnvDetectorItem item = items.get(i); |
|
|
|
tablePanel.updateCell(row, 2, new UILabel(item.getDescription())); |
|
|
|
tablePanel.updateCell(row, 2, new UILabel(item.getDescription())); |
|
|
|
|
|
|
|
tablePanel.updateCellToolTip(row, 2, item.getDescription()); |
|
|
|
DetectorResult result = item.getResult(); |
|
|
|
DetectorResult result = item.getResult(); |
|
|
|
|
|
|
|
|
|
|
|
int detectRow = currentDetectIndex + 1; |
|
|
|
int detectRow = currentDetectIndex + 1; |
|
|
|