http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5633
--- Comment #4 from Christopher Brooks <[email protected]> 2012-08-30 17:01:02 PDT --- Feel free to refactor the methods in SearchResultsDialog into BasicGraphFrame. Note that there is this method in BasicGraphFrame: /** Opens the nearest composite actor above the target in the hierarchy * and possibly change the zoom and centering to show the target. * This method is useful for displaying search results and actors that * cause errors. * @param target The target. * @param owner The frame that, per the user, is generating the dialog. */ public static void openComposite(final Frame owner, final NamedObj target) { It is unfortunate that Kepler can't just use SearchReultsDialgo class, it seems basic enough. -- Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
