mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
~~~java JButton button = new JButton(); int arc = FlatLaf.getStyleableValue( button, "arc" ); Color borderColor = FlatLaf.getStyleableValue( button, "borderColor" ); ~~~