Skip to content
Snippets Groups Projects

Added main javafx class

Merged Nikola Babic (nab701) requested to merge add-javafx into Base_System
2 files
+ 30
0
Compare changes
  • Side-by-side
  • Inline
Files
2
src/ui/main.fxml 0 → 100644
+ 9
0
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="Main"
prefHeight="400.0" prefWidth="600.0">
</AnchorPane>
Loading