On Mon, 19 May 2025 06:06:17 GMT, Prasanta Sadhukhan
wrote:
> The issue is when a JSplitPane is embedded inside a lazily-initialized panel,
> and this panel is displayed using a dialog created via
> JOptionPane.createDialog(), the divider location is not preserved when
> reopening the dialog.
On Mon, 26 May 2025 17:18:06 GMT, Alexey Ivanov wrote:
>> The instructions for the `javax/swing/JFileChooser/HTMLFileName.java` test
>> are still not as clear.
>>
>> The file name in the instructions is rendered as HTML, which, I believe, is
>> unexpected. It should be displayed as the plain t
On Mon, 26 May 2025 17:18:06 GMT, Alexey Ivanov wrote:
>> The instructions for the `javax/swing/JFileChooser/HTMLFileName.java` test
>> are still not as clear.
>>
>> The file name in the instructions is rendered as HTML, which, I believe, is
>> unexpected. It should be displayed as the plain t
On Fri, 30 May 2025 23:40:22 GMT, Daniel Gredler wrote:
> Per discussion in JBS, adds the following chars to the list of ignorable
> whitespace chars: U+000B (Vertical Tab), U+000C (Form Feed), U+0085 (Next
> Line), U+2028 (Line Separator), U+2029 (Paragraph Separator).
>
> Adds the necessary
> If there are two consecutive frames that use DISPOSAL_SAVE, but the
> transparent pixel index changed: we might accidentally send the wrong data to
> the ImageConsumer.
>
> We already had logic that submits info "the hard way" (see comment in code);
> this PR just makes sure we trigger that b
On Tue, 27 May 2025 14:18:13 GMT, Jayathirth D V wrote:
> Also its better if we can actually create test gif file using ImageIO(There
> are examples in test/jdk/javax/imageio/plugins/gif/) programatically and use
> it instead of external GIF files for testing.
I wrote a new class GifBuilder th