Is it possible to be able to copy/paste the text of an message box into email or for a URL. At the minute the text which is put up by DialogDisplayer.notify() is not selectable.
final NotifyDescriptor nd = new NotifyDescriptor.Message("Generated report is on server at: " + reportUri);
nd.setTitle("Generated report");
DialogDisplayer.getDefault().notify(nd);
This is a bug in the version 7.0 of Netbeans. Here is the bug page: http://netbeans.org/bugzilla/show_bug.cgi?id=187179