When i google for JavaFX and ClipView nothing comes up except results with JavaFX 1.2 and 1.3. Does this mean that ClipView from version 1.3 is stopped in 2.0? I wanted to use Clipview in my project, do you know of anyway?
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ClipView does not exist in JavaFX 2+, instead you can set the clip on the node or use a ScrollPane with an appropriate ScrollBarPolicy and pannable setting.