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 20548 - Add New Method dialog: same mnemonics are repeated twice
Summary: Add New Method dialog: same mnemonics are repeated twice
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-14 14:16 UTC by Unknown
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2002-02-14 14:16:35 UTC
Create any java class. From the popup menu select Add->Method
dialog Add New Method appears.
There are 2 sets of pushbuttons ( Add, Edit, Remove, Up, Down)
with the same mnemonics.
Comment 1 Svata Dedic 2002-02-15 07:58:21 UTC
The code is not a P2 issue as it has a viable workaround - select /
TAB to the other component then use mnemonics in its scope.
The issue is because the dialog is using editing components from
outside (it can't or should not provide replacements for them), but
there are two pieces of data, whose type and properties are the same
and therefore the editing is handled by the same component.
Closing as WONTFIX. If you are unhappy, please file more generic issue
against core/openide infrastructure for locating instances /
customizing property editors.
Comment 2 Quality Engineering 2003-07-01 13:11:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-07-01 13:15:17 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2007-09-20 10:59:17 UTC
Reorganization of java component