Denross Salenga

Greenhorn
+ Follow
since Feb 07, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Denross Salenga

Tapan Maru wrote:
I am having a JTable which is instantiated from a TableModel (subclassing AbstractTableModel).

In that table I am having first column of date-time and all other columns of some double values.

Later I am plotting a graph from that table in which date-time column Column at an index 0) is the domain axis for graph and all other columns becomes range axis of the graph.

Now i want that user should not be able to move first column. all other columns can be rearranged in the table.

Is there any way to restrict the user by disabling movement of the first column?




Sorry for waking up the zombies but I just want to post my solution to this problem so that the future researcher with the same problem can also use this solution.^^





Cheers,
14 years ago