Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Mastering Corda: Blockchain for Java Developers
this week in the
Cloud/Virtualization
forum!
Jason Bournesecond
Greenhorn
+ Follow
1
Posts
1
Threads
0
Cows
since Jan 08, 2021
Merit Badge info
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
Ranch Hand Scavenger Hunt
Number Posts (1/100)
Number Threads Started (1/100)
Number Cows Received (0/5)
Number Likes Received (0/10)
Number Likes Granted (0/20)
Set bumper stickers in profile (0/3)
Report a post to the moderators (0/1)
Edit a wiki page (0/1)
Create a post with an image (0/2)
Greenhorn Scavenger Hunt
First Post
Number Posts (1/10)
Number Threads Started (1/10)
Number Likes Received (0/3)
Number Likes Granted (0/3)
Set bumper stickers in profile (0/1)
Set signature in profile
Search for a post/thread (0/3)
Set a watch on a thread
Save thread as a bookmark
Create a post with an image (0/1)
Recent posts by Jason Bournesecond
Binding rotationAxisProperty to sliders values
Hello!
I tried in this way:
Box myBox =.....; Slider slider1=...; Slider slider2=....; ObjectProperty<Point3D> something = (I don't know what to write here); something.set(new Point3D(slider1.getValue(),slider2.getValue(),0)); // I dont know the set method is correct for this. myBox.rotationAxisProperty().bind(something);
Why do I want this method (property binding) because I think it's more simple than writing ActionListener for the two sliders.
show more
1 week ago
JavaFX