This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 75089 - JTextComponent event support should include document events in list of available events from menu
Summary: JTextComponent event support should include document events in list of availa...
Status: RESOLVED DUPLICATE of bug 14364
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-15 03:00 UTC by _ tboudreau
Modified: 2010-06-07 16:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2006-04-15 03:00:34 UTC
One of the typical things you want to deal with for any JTextComponent 
subclass (JTextField, JTextArea, JEditorPane, etc.) is changes in the document.

The form editor should include special handling to make document events 
available from the popup menu for text controls - right now you have to 
implement it and add the listener yourself, but it's a very normal requirement.
Comment 1 Tomas Pavek 2010-06-07 16:46:59 UTC

*** This bug has been marked as a duplicate of bug 14364 ***