Any way to get an Re: in front of form messages? Fw: [openide-dev] createSheet not triggered in stand alone application
Wade Chandler <[email protected]> Wed, 25 Feb 2009 14:00:39 -0800 (PST)
| Newsgroups | gmane.comp.java.netbeans.general |
|---|---|
| Message-ID | <[email protected]> |
Messages from the forum to the mailing lists are confusing. One can not tell whether they are a new thread where we have to read between the lines to help folks, or if they are a threaded message; this partly due to not have an Re: or anything in front of them. Too, the forums seemingly do not easily use quote or give us a link at the bottom of the messages so we can quickly get to the thread to see the full history and make it easier to help users; in this particular fowarded message each email from the poster must assume everyone is reading the forum versus mailing lists as there is not history even from the message they are replying. This is something we need to be able to help others and not waste time. Thanks, Wade ================== Wade Chandler, CCE Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member http://www.certified-computer-examiner.com http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam http://www.netbeans.org ----- Forwarded Message ---- > From: rogergl <[email protected]> > To: [email protected] > Sent: Wednesday, February 25, 2009 4:08:09 PM > Subject: [openide-dev] createSheet not triggered in stand alone application > > I aleady did this (see code example). > > > > Regards > > Roger > > > > public class TestFrame extends JFrame implements ExplorerManager.Provider { > > > > MigLayout layout = new MigLayout(); > > > > JScrollPane jScrollPane1; > > > > private final ExplorerManager manager = new ExplorerManager(); > > > > ...