|
Quick Lists
|
|
Bug ID:
|
4140833
|
|
Votes
|
0
|
|
Synopsis
|
BoxLayout should also support right-to-left, bottom-to-top
|
|
Category
|
java:classes_swing
|
|
Reported Against
|
swing1.0.2
|
|
Release Fixed
|
1.4(merlin-beta)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
4458117
|
|
Submit Date
|
21-MAY-1998
|
|
Description
|
BoxLayout maybe should also support right-to-left
and bottom-to-top orders for adding components.
(Swing text handling handles different directions
for internationalization, right? It would be
helpful, although not as strongly a requirement,
if BoxLayout could place things in right-to-left
or bottom-to-top order. The caller could add
things in reverse order, but it would be more
convenient if BoxLayout (and other layout
managers?) could accept things in reverse order.)
)
(Review ID: 30929)
======================================================================
|
|
Work Around
|
N/A
|
|
Evaluation
|
This might be a reasonable enhancement for the future.
xxxxx@xxxxx 1998-09-16
Because a number of Swing components use BoxLayout internally, supporting this feature is necessary for enabling those components to suppport Middle East locales. The customers's original severity rating for this bug was based on the idea that programmers could manually reverse the order in which components were added to the container in order to achieve right-to-left or bottom-to-top layout. While this is true, it produces uninternationalized code that must be modified before it is suitable for new locales.
xxxxx@xxxxx 2000-11-12
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |