Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Finding list item, table cell, tree node, or control by location

973901Nov 18 2012 — edited Nov 18 2012
One of my favorite features about swing was the ability to get a UI component reference via Container.getComponentAt(int x, int y), or a particular list item via JList.locationToIndex(Point p) (or other similar methods). I haven't been able to find the same or similar functionality in JFX so far... can someone point me in the right direction?

Thanks!
This post has been answered by James_D on Nov 18 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2012
Added on Nov 18 2012
2 comments
304 views