2

i have used JColorChooser but look and feel is not that much great, any other way to implement color picker using java swing

2 Answers 2

3

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.

Sign up to request clarification or add additional context in comments.

Comments

3

You might look at Creating a Custom Chooser Panel as a way to implement your own design.

2 Comments

You can take ideas from the the default choosers (under their license terms of course), their class names can be retrieved from the instances you get from `colorChooser.getChooserPanels()'.
@amotzg: Good point; thanks! See also these snippets.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.