Skip to content

Support for javax.swing.plaf.ColorUIResource #36

@junichi11

Description

@junichi11

Is your feature request related to a problem? Please describe.

Currently, Colors of ColorUIResource are not recognized.

Describe the solution you'd like

Support for ColorUIResource

new ColorUIResource(float r, float g, float b);
new ColorUIResource(int r, int g, int b);
new ColorUIResource(int rgb);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions