Files
FlatLaf/flatlaf-core
daWoife 7ebc1b27c1 Update FlatRadioButtonUI.java
The method applyStyleProperty of class FlatRadioButtonUI currently styles the variable icon, a field of the parent class BasicRadioButtonUI and the default icon which is set with UIManager.getIcon in method installDefaults. 
So the wrong icon is styled if someone subclasses FlatRadioBoxIcon or FlatCheckBoxIcon and sets this as the new icon for a JRadioButton or JCheckBox instance. (An example why someone would do so is shown in issue #413).
With this change styling takes account of the current icon of a JRadioButton or JCheckBox.
2025-11-15 11:37:18 +01:00
..
2025-11-15 11:37:18 +01:00
2025-10-28 13:06:40 +01:00
2025-10-10 09:13:22 +02:00

FlatLaf Core

This sub-project contains the FlatLaf core source code.