On Tue, 13 Dec 2022 09:56:47 GMT, Prasanta Sadhukhan
wrote:
> Spec for
> [MetalLookAndFeel](https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java#L247)
> says:
> "...MetalLookAndFeel registers an entry for each of the classes
> in
> Issue is observed that after changing the Look & Feel from Metal to Nimbus
> and back to Metal, the Nimbus font continues to be used by a JFileChooser.
> This is because Synth `installDefaults `methods set the font, but its
> inverse methods `uninstallDefaults `do not remove them.
> Fix is mad
On Fri, 10 Feb 2023 17:08:34 GMT, Alexey Ivanov wrote:
>> I dont think it's redundant..There's a || check in between
>>
>> If `curFont `is not null and `origFont `is null, then 1st condition `curFont
>> != null && !curFont.equals(origFont)` is satisfied and it will throw
>> exception
>>
>> If
On Fri, 10 Feb 2023 16:46:24 GMT, Prasanta Sadhukhan
wrote:
>> SwingWorker done() method [spec
>> ](https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/SwingWorker.java#L452)
>> says "Executed on the Event Dispatch Thread after the doInBackground method
>> is
Previous fix to HTML in AquaButtonUI fixed spacing issue for HTML images in a
JButton in Aqua L&F. The new issue comes from having text inside the HTML as
the button's text. If an icon is used, this icon exceeds the bounds of the
button and overlaps the border.
Added additional logic to check i
On Sun, 12 Feb 2023 09:41:47 GMT, Markus KARG wrote:
>> ImageIO objects, like ImageReader, ImageWrite, ImageInputStream and
>> ImageOutputStream, should implement AutoClosable.
>>
>> There is a risk of keeping resources opened longer than needed (or even run
>> into a resource leak with long r
On Sun, 12 Feb 2023 09:41:47 GMT, Markus KARG wrote:
>> ImageIO objects, like ImageReader, ImageWrite, ImageInputStream and
>> ImageOutputStream, should implement AutoClosable.
>>
>> There is a risk of keeping resources opened longer than needed (or even run
>> into a resource leak with long r
On Sat, 11 Feb 2023 00:23:05 GMT, Damon Nguyen wrote:
> Previous fix to HTML in AquaButtonUI fixed spacing issue for HTML images in a
> JButton in Aqua L&F. The new issue comes from having text inside the HTML as
> the button's text. If an icon is used, this icon exceeds the bounds of the
> bu