308309310311312313314
/** * Instantiate the search dialog, unless it has already been instantiated: */ protected void instantiateSearchDialog() { if (searchDialog == null) searchDialog = new SearchResultsDialog(frame, Globals.lang("Search results")); }