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 95956 - Bad label in the Change Order dialog
Summary: Bad label in the Change Order dialog
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 16:03 UTC by Mikhail Kondratyev
Modified: 2010-10-07 10:40 UTC (History)
1 user (show)

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 Mikhail Kondratyev 2007-02-19 16:03:17 UTC
Steps to reproduce:
 - create a BPEL process
 - add sequence there
 - add an activity to the sequence
 - right click on the Sequence and click Change Order... in the context menu
The Change Order dialog will be opened
The label above activities list is 'Show these fields in this order:'

The objects in the list are activities, not fields. Moreover - the activities
are not just _shown_ in the specified order - their actual changes.

Label must be changed. i.e.
'Specify the order of the child activities'
Comment 1 Vitaly Bychkov 2007-03-01 11:15:58 UTC
Change order dialog (IndexedCustomizer) getted from netbeans. 
The mentioned label is hardcoded, so there is no right way to change it.

Comment 2 Vitaly Bychkov 2007-03-01 11:19:45 UTC
David could you please look at it and comment.
IMO it's candidate for RFE on additional API.