All other classes from JavaFX work fine but Spinner gives me "Spinner cannot be resolved to a type"
.
I also tried to import import javafx.scene.control.Spinner;
but this gaves me The import javafx.scene.control.Spinner cannot be resolved
back.
My current import list which WORKS fine :
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.control.*;
import javafx.scene.image.ImageView;
import javafx.scene.image.PixelWriter;
import javafx.scene.paint.Color;
import javafx.beans.property.ObjectProperty;
import javafx.beans.property.SimpleObjectProperty;
import javafx.beans.value.ObservableValue;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.canvas.Canvas;
Someone can help ? I also downloaded e(fx)lipse to solve it but didnt helped