Bug 131456 - BIDI: The JButton creation code line has RTL orderign when button name contains Hebrew text
Summary: BIDI: The JButton creation code line has RTL orderign when button name contai...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-12 08:11 EST by amir CLA
Modified: 2011-06-13 11:36 EDT (History)
0 users

See Also:


Attachments
Screenshot of get JButton method (24.56 KB, image/png)
2006-03-12 08:18 EST, amir CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description amir CLA 2006-03-12 08:11:03 EST
Steps to recreate the problem:

1. Open a visual class.
2. Choose from Swing components entry in the palette the JButton component.
3. Move the loaded cursor to the JContentpane to create a button. 
4. Select the JButton in the Java Beans view (under jContentPane) and select rename field from context menu. 
5. Enter some Hebrew text for the button name and click ok.

Result: In the Button get method on editor, one code line has RTL ordering (new JButton()).
See the attachment.
Comment 1 amir CLA 2006-03-12 08:18:05 EST
Created attachment 36104 [details]
Screenshot of get JButton method