JavaFX2, problem with overriden constructor

2012-12-01 Thread Christian Sperandio
Hi, I continue learning JafaFX with Clojure and I've got an issue with the Scene constructor. When I try to use the following constructor *Scenehttp://docs.oracle.com/javafx/2/api/javafx/scene/Scene.html#Scene(javafx.scene.Parent, double, double,

Re: JavaFX2, problem with overriden constructor

2012-12-01 Thread Sean Corfield
On Sat, Dec 1, 2012 at 11:58 AM, Christian Sperandio christian.speran...@gmail.com wrote: When I try to use the following constructor *Scenehttp://docs.oracle.com/javafx/2/api/javafx/scene/Scene.html#Scene(javafx.scene.Parent,%20double,%20double,%20javafx.scene.paint.Paint) *(Parent

Re: JavaFX2, problem with overriden constructor

2012-12-01 Thread Christian Sperandio
I feel shame. I didn't think try this solution. Thanks. 2012/12/1 Sean Corfield seancorfi...@gmail.com On Sat, Dec 1, 2012 at 11:58 AM, Christian Sperandio christian.speran...@gmail.com wrote: When I try to use the following constructor