I downloaded eclipse on my new computer, all components needed etc but javafx isn't working. And I don't understand why because I did the same on my previous computer and it was working fine.
I already trid twice to uninstall and reinstall eclipse, java, jdk, javafx,... But nothing change, same problem.
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.control.Button;
import javafx.scene.control.ToolBar;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.FlowPane;
import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color;
import javafx.scene.text.Font;
import javafx.scene.text.Text;
import javafx.stage.Stage;
// eg : for all those imports i have this error : The import javafx cannot be resolved