
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
org.drjekyll:colorpicker
Advanced tools
A nice color picker using Java Swing that contains a visual color selection and input boxes to enter RGB and HSB values manually
A nice color picker using Java Swing that contains a visual color selection and input boxes to enter RGB and HSB values manually:
Include the following dependency to your project:
<dependency>
<groupId>org.drjekyll</groupId>
<artifactId>colorpicker</artifactId>
<version>2.0.1</version>
</dependency>
Use the class com.bric.colorpicker.ColorPicker
as an entry point. You can easily initialize the panel using
ColorPicker colorPicker = new ColorPicker(true, true);
colorPicker.addColorListener(colorModel -> System.out.println(colorModel.getColor()));
This creates a color picker component with expert controls and opacity settings. If the user selects a color, the color listener will be notified.
The color picker supports localization. You can set the locale by passing it to the constructor:
ColorPicker colorPicker = new ColorPicker(true, true, Locale.FRENCH);
// or
ColorPickerDialog.showDialog(null, Color.GREEN, Locale.FRENCH);
Currently, the following languages are supported:
Please use Maven to build and test the project.
mvn install
This will install the version to your local repository. You can now include it:
<dependency>
<groupId>org.drjekyll</groupId>
<artifactId>colorpicker</artifactId>
<version>1.4.4-SNAPSHOT</version>
</dependency>
or Gradle with Groovy DSL:
implementation 'org.drjekyll:fontchooser:1.4.4-SNAPSHOT'
or Gradle with Kotlin DSL:
implementation("org.drjekyll:fontchooser:1.4.4-SNAPSHOT")
Please see here: Contributing
This color picker was a part of the javagraphics project (http://javagraphics.blogspot.com), initiated by Jeremy Wood. The javagraphics project is a collection of small stand-alone projects.
The original color picker component is copyright 2011 by Jeremy Wood.
This modification of the color picker is released under a BSD 3-Clause license. More details can be found here:
https://opensource.org/licenses/BSD-3-Clause
Prevent NPE on resize (https://github.com/dheid/colorpicker/issues/26)
Fixed null-pointer exception on changing slider
FAQs
A nice color picker using Java Swing that contains a visual color selection and input boxes to enter RGB and HSB values manually
We found that org.drjekyll:colorpicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.