how to implement color picker in java swing
i have used JColorChooser but look and feel is not that much great, any other way to implement color picker using jav开发者_运维百科a swing
Here are a list of color picker applets implemented in Java (thanks to google). I know there are some other components available out there for commercial purposes.
You might look at Creating a Custom Chooser Panel as a way to implement your own design.
精彩评论