Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Node toFront method
Node toFront method [message #1774196] Wed, 11 October 2017 14:14 Go to next message
Eclipse UserFriend
Hi,
As I learned from the Node.toFront() method, it will move the node to the end of the parent's children list and then the node will be rendered at the end.
My situation: there are overlapped nodes (different types) and I want to show nodes of same types always on top when one of them is clicked. How could I implement this?
Thank you.
Re: Node toFront method [message #1775076 is a reply to message #1774196] Tue, 24 October 2017 10:48 Go to previous message
Eclipse UserFriend
Maybe use a StackPane and then use setVisible() to toggle between the nodes?
Previous Topic:Setting up Eclipse RCP Oxygen+ E(fx)clipse and running Tutorial2
Next Topic:Tutorial 3 in Oxygen
Goto Forum:
  


Current Time: Tue Feb 18 04:03:09 GMT 2025

Powered by FUDForum. Page generated in 0.04784 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top