Class ReserveRoom

java.lang.Object
javafx.application.Application
eus.ehu.hotelreservation.ui.ReserveRoom

public class ReserveRoom extends javafx.application.Application
Main entry point of the Hotel Reservation desktop application.

Extends Application to bootstrap the JavaFX runtime, load the FXML layout and wire up the BlFacade singleton into the controller via dependency injection.