почему пишет ошибку Main method not found in class App или JavaFX application class must extend javafx.application.Application хотя все это есть
import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Scene; import javafx.scene.control.Button; import jav…