0

I'm using java 1.7_07 which include javafx 2.2.1.

When I try to import the package javafx.scene.control.Pagination Netbeans doesn't find it. The class is present in the API documentation, I can't see the reason.

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
lucaconlaq
  • 1,511
  • 4
  • 19
  • 36

1 Answers1

1

Check your javafx version: How to get the version number of JavaFX?

You may use Java Platform in NetBeans settings being setup to older JavaFX and Pagination is a relatively new control.

Community
  • 1
  • 1
Sergey Grinev
  • 34,078
  • 10
  • 128
  • 141