|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
Name: bb33257 Date: 09/08/98
The Orientation support in Pre_FCS_G appears to be incomplete.
When the Orientation is set to RTL for a given component,
it should mirror its appearance, and also should be applied
to its children(in case it is a container component like JFrame,
JTable,...) RTL Orientation is of great importance in bidi
specially in the following components
JTextComponents: Writting should go from right to left.
JTable: Columns should be reversed
(i.e the most left column -> most right) and so forth,
and alignement in column contents should also be reversed.
JTree: The symbol should be at the right and the text at the
left,and it should goes from right to left for it cascading
levels
JComboBox: The drawing symbol should be at the left and the
text to the right.
JCheckBox JCheckBoxMenuItem, JRadioButton, JRadioButtonMenuItem
and JToggleButton: Should have the label string at the left
and the symbol at the right.
======================================================================
|