Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » Need a pan-able and scroll-able JavaFX scene(Need a pan-able and scroll-able JavaFX scene)
Need a pan-able and scroll-able JavaFX scene [message #1705343] Thu, 13 August 2015 20:27 Go to next message
Eclipse UserFriend
I am a newbie, to JavaFX and e(fx)clipse so I most likely lacking in my understanding. But hear is the question anyways...

When building a "JavaFX Eclipse 3.x Project" using the "New Plug-in Project" templates why can I not use the ScrollPane(). The createFxScene() method does not allow for the return of a ScrollPane() and there is no way i have found to get the template to extend a FXScrollPaneView, if there is such a thing.

Or is there even a way to do pan-ing and scrolling with just a "Scene".
Re: Need a pan-able and scroll-able JavaFX scene [message #1705347 is a reply to message #1705343] Thu, 13 August 2015 23:41 Go to previous message
Eclipse UserFriend
return new Scene(new ScrollPane());

On 14.08.15 02:27, Paul Roubekas wrote:
> I am a newbie, to JavaFX and e(fx)clipse so I most likely lacking in my
> understanding. But hear is the question anyways...
> When building a "JavaFX Eclipse 3.x Project" using the "New Plug-in
> Project" templates why can I not use the ScrollPane(). The
> createFxScene() method does not allow for the return of a ScrollPane()
> and there is no way i have found to get the template to extend a
> FXScrollPaneView, if there is such a thing.
>
> Or is there even a way to do pan-ing and scrolling with just a "Scene".
Previous Topic:e(fx)clipse 2.1.0 - Scheduled for 31st of August
Next Topic:Contributing Nodes from external plugins. Extension Points vs. Application Model
Goto Forum:
  


Current Time: Thu Nov 13 14:37:26 EST 2025

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

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

Back to the top