python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
JTable with complex formatting
I need to make a JTable where each "cell" has a variety of separate data to display. I need to show, for each item, both as a percent of total and a dollar value, a target value, actual valu...
Quercus47
Votes: 0
Answers: 1
How to display an ArrayList in a JTable from a different class?
I'm making a numerical methods algorithms library, one of them is a false position method, where I return a double value. I want to show the iterations in a JTable, but I'm not sure what's the best wa...
Droe
Votes: 0
Answers: 0
Displaying a LinkedHashMap in a JTable
I have an Order object which among other things stores a LinkedHashList (Product : amount).
I use a LinkedHashList because I specifically want to keep the insertion order.
public class Order {
pri...
PrOF
Votes: 0
Answers: 0