RSS [java] [php]

How to drag nodes and windows?

Wednesday, 24 December 2008

Every JavaFX node is able to process mouse movement events. Thanks to this ability the user can easily drag nodes on the scene or move windows. However, there are some nuances worth mentioning...

 

 

Go to Source...

« Back