package com.r0r5chach.controllers; /** * Class that defines the controller for the main View (main.fxml) of the GUI * Inherits from com.r0r5chach.controllers.Controller */ public class MainController extends Controller { }