The Windows L&F uses the windows specific class XPStyle as part of the border
in the JSpinner. This class cannot be serialized and causes an exception during
serialization. The root cause is that BasicSpinnerUI forgot to reset the border
in uninstallUI() by the LookAndFeel.uninstallBorder(). I h
On Mon, 16 Nov 2020 20:01:49 GMT, Sergey Bylokhov wrote:
> The Windows L&F uses the windows specific class XPStyle as part of the border
> in the JSpinner. This class cannot be serialized and causes an exception
> during serialization. The root cause is that BasicSpinnerUI forgot to reset
> th
On Mon, 16 Nov 2020 20:01:49 GMT, Sergey Bylokhov wrote:
> The Windows L&F uses the windows specific class XPStyle as part of the border
> in the JSpinner. This class cannot be serialized and causes an exception
> during serialization. The root cause is that BasicSpinnerUI forgot to reset
> th
On Mon, 16 Nov 2020 20:01:49 GMT, Sergey Bylokhov wrote:
> The Windows L&F uses the windows specific class XPStyle as part of the border
> in the JSpinner. This class cannot be serialized and causes an exception
> during serialization. The root cause is that BasicSpinnerUI forgot to reset
> th
On Fri, 13 Nov 2020 23:17:30 GMT, Sergey Bylokhov wrote:
> SystemColors/LWCToolkit#loadNativeColors are for sure works on macOS it is
> responsible for the text selection color for example.
I could not find how loadNativeColors() is used/works because only place I see
it is called in macos is i