On Thu, 27 Jun 2024 09:04:33 GMT, Ravi Gupta wrote:
>> This testcase checks for the following assertions for Component events:
>>
>> 1. When components are resized, moved, hidden and shown the respective
>> events are triggered.
>> 2. When the components are hidden/disabled also,the component e
On Thu, 13 Jun 2024 12:54:57 GMT, Prasanta Sadhukhan
wrote:
> Issue is seen in that if we call setEnabled(false) over JSplitPane than it
> can't be dragged via its divider, But if SplitPane have one touch expandable
> true than user can click those buttons and change the divider position.
> S
Currently the bug described in the issue is that the colors of the
TextComponents do not change when set ySystemColor.control color when the
TextComponents are set to uneditable. You can check by changing
TextComponent.getBackground() code to return Color.GRAY on line 342 and you can
see that T