Name: boT120536 Date: 03/13/2001 java version "1.3.1-beta" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-beta-b15) Java HotSpot(TM) Client VM (build 1.3.1beta-b15, mixed mode) Bug 4214992 (JTextField Always Right-Justifies Oversized Strings) was closed as Will Not Fix, and I believe the evaluation to be short-sighted and wish to have this bug reexamined. The bug occurs when using setText() to modify the text of a JTextField - the field will scroll to the end of the text, and no obvious way exists to prevent this scrolling from occurring. The scrolling behavior itself is surprising and undesirable, and the fact that an invokeLater is necessary to prevent it is ridiculous. Swing should not require such stupid and nonobvious workarounds for simple operations on basic components. Additionally, the stated workaround of using an invokeLater to counter the behavior does not itself address the entire issue, as the field may still flicker as it rapidly scrolls to the end and then back to the beginning. Please reevaluate this issue. (Review ID: 118417) ======================================================================
|