Tagged Questions
The jcolorchooser tag has no wiki summary.
2
votes
4answers
144 views
Java Swing issue - Using color palette
I have a problem here - I have a hexadecimal value being stored in a textfield after I have selected a color (using JColorChooser). What I would like to do is display the name of the color in another ...
1
vote
1answer
68 views
JColorChooser and Localization
I'm trying to debug an issue where I'm using a JColorChooser. I'm trying to set the local, but it keeps reverting back to the System's Locale despite what UIManager, Locale.setDefault, or ...
0
votes
1answer
43 views
Modifying a color chooser panel
I am creating a colour chooser and need to modify one of the colour chooser panels.
What I wanted was, I want to enter input values via the RGB fields to set the colour,The problem is the RGB ...
0
votes
1answer
78 views
JColorChooser in a JTable
I have a very simple class displaying a jTable, where in column1 I have added a combobox
public class Table extends javax.swing.JFrame {
public Table() {
initComponents();
TableColumn ...