8687888990919293949596
reports, TO_STRING_ASPECT, TITLE, ListSelectionModel.SINGLE_SELECTION); dlg.addToDialog(new MultiLineLabel(RES.get("select.report.label")), BorderLayout.PAGE_START); dlg.setModal(true); dlg.setResizable(true); dlg.setSelection(value);
187188189190191192193194195196197
}, pTitle, ListSelectionModel.SINGLE_SELECTION); if (pLabel != null && pLabel.trim().length() > 0) dlg.addToDialog(new MultiLineLabel(pLabel), BorderLayout.PAGE_START); dlg.setModal(true); dlg.setResizable(true); dlg.show();
137138139140141142143144145146147
repoUrls, SIMPLE_TO_STRING_ASPECT, title, ListSelectionModel.SINGLE_SELECTION); dlg.addToDialog(new MultiLineLabel(label), BorderLayout.PAGE_START); dlg.setModal(true); dlg.setResizable(true); dlg.show(); if (!dlg.isOK())