javafx fxml program error(no main method)
问题 i'm fairly new to javafx and fxml. I'm trying to teach myself! However, when I was creating a program for a simple login GUI I came into an issue when I finally tried to run my program. It told me there was no main method in my class and I'm unsure of how to fix it. Any ideas? My program creates a login screen and when you enter "test" for the username and password it'll take you to another scene. Here is my Login.java package com; import javafx.application.Application; import javafx.fxml