Skip to content

Instantly share code, notes, and snippets.

View mojtab23's full-sized avatar
🏠
Working from home

Mojtaba mojtab23

🏠
Working from home
View GitHub Profile
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{