It's not a secret anymore!
The moose likes Swing / AWT / SWT and the fly likes JTableHeader column selection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTableHeader column selection" Watch "JTableHeader column selection" New topic
Author

JTableHeader column selection

Greg Keene
Greenhorn

Joined: Apr 17, 2004
Posts: 3
Here is a snippet that I am using to catch which column header is being selected.


The problem is when the user wants to resize the column width. Since Microsoft Excel allows the user to double-click between the columns to resize, if the user tries this the mouse listener is being triggered and the column is being sorted (but not resized).

Any idea on how I can determine if the mouse is being held between two columns (cursor changes to <--> instead of the default cursor)?
Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
This seems to work okay.
Greg Keene
Greenhorn

Joined: Apr 17, 2004
Posts: 3
perfect...I never thought about consuming the event...and I really never thought about checking for the cursor type.

thank you.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JTableHeader column selection
 
Similar Threads
Jtable mouse header cursor
Resize column width for JTable with headers?
Problem with JTable
JTableHeader Problem
Adding Tooltip to JTable header