Skip to content

Commit

Permalink
[438734] Move ScrollPaneEx from FX.examples to FX.nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwienand committed Dec 15, 2014
1 parent ae508c1 commit 7d65751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import javafx.scene.transform.Transform;

import org.eclipse.gef4.fx.examples.FXApplication;
import org.eclipse.gef4.fx.nodes.ScrollPaneEx;
import org.eclipse.gef4.geometry.convert.fx.JavaFX2Geometry;
import org.eclipse.gef4.geometry.planar.AffineTransform;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Matthias Wienand (itemis AG) - initial API and implementation
*
*******************************************************************************/
package org.eclipse.gef4.fx.examples.snippets;
package org.eclipse.gef4.fx.nodes;

import javafx.animation.FadeTransition;
import javafx.beans.binding.DoubleBinding;
Expand Down

0 comments on commit 7d65751

Please sign in to comment.