python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
It is possible to disable drag and drop on the cells of a jtable column, specifically a checkbox column
I can only disable drag and drop for the entire table, but I need to be able to do it for the cells of a specific column, I don't know if it will be possible.
Thank you for your answers.
FuryFox
Votes: 0
Answers: 1
NumberFormatException: For input string: "Regular (Php 100)"
The program is supposed to compute the integer indicated for the radio button, checkbox, and combo box, but it always returns an error when I submit it.
Exception in thread "AWT-EventQueue-0"...
SeanCry
Votes: 0
Answers: 1
Change the size of a Swing checkbox
I am trying to make the checkbox bigger. It looks smaller according to the text. How can I do that?
My code looks like this:
JCheckBox checkBox = new JCheckBox(new VisibleAction(name,renderer,i));
ch...
shnnens
Votes: 0
Answers: 0