Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Fri, 14 August 2015 00:27 Go to next message
Paul Roubekas is currently offline Paul RoubekasFriend
Messages: 207
Registered: March 2012
Location: Chattanooga, TN USA
Senior Member
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".


Oxygen 3a
Windows 10
Re: Need a pan-able and scroll-able JavaFX scene [message #1705347 is a reply to message #1705343] Fri, 14 August 2015 03:41 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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: Fri Mar 29 00:09:29 GMT 2024

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

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

Back to the top