333334335336337338339
protected void startProbeDialog () { if (probe_dialog != null) probe_dialog.setVisible(true); else probe_dialog = new ProbeDialog(parent.getHierarchy(), parent.getData()); }