[ xframe-Bugs-1194635 ] columnAtPoint works?
"SourceForge.net" <[email protected]> Wed, 18 May 2005 17:13:55 -0700
| Newsgroups | gmane.text.xml.xframe.xsddoc |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1194635, was opened at 2005-05-03 20:28
Message generated for change (Settings changed) made by kriede
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1194635&group_id=48863
Category: JXTable
Group: swing
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Iñaqui Medina (inaquimj)
Assigned to: Iñaqui Medina (inaquimj)
Summary: columnAtPoint works?
Initial Comment:
columnAtPoint is implemented as:
public int columnAtPoint(final Point point) {
int lockedWidth = lockedTable.getWidth();
if (point.y < lockedWidth) {
return lockedTable.columnAtPoint(point);
} else {
Point p = new Point(point.x, point.y -
lockedWidth);
return frozenColumns +
scrollTable.columnAtPoint(p);
}
}
And it is comparing the width against the Y coordinate
and then adjusts the Y coordinate. Should do it against
X.
----------------------------------------------------------------------
Comment By: Kurt Riede (kriede)
Date: 2005-05-10 09:37
Message:
Logged In: YES
user_id=484961
fixed.
----------------------------------------------------------------------
Comment By: Kurt Riede (kriede)
Date: 2005-05-04 00:01
Message:
Logged In: YES
user_id=484961
Nice to here again from you1
You are right, of course.
tomorrow I'll check why you cannot commit to CVS.
Regards
Kurt
and btw I forgot to tell you: I'm from Germany.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1194635&group_id=48863
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click