Lalchand
Lalchand

Reputation: 7827

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 java swing

Upvotes: 2

Views: 10973

Answers (2)

trashgod
trashgod

Reputation: 205785

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

Upvotes: 3

Teja Kantamneni
Teja Kantamneni

Reputation: 17472

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.

Upvotes: 3

Related Questions