final PerspectiveCamera camera = new PerspectiveCamera(true);
The constructor PerspectiveCamera(boolean) is undefined.
http://download.java.net/jdk8/jfxdocs/javafx/scene/PerspectiveCamera.html
Clearly says that it can accept a boolean for "verticalFieldOfView"
Why is Java giving me this error?