Archived
0

implement parser EDCE

This commit is contained in:
iMoHax
2015-08-07 15:28:05 +03:00
parent 4c593eb1f0
commit 0a4b301fdb
21 changed files with 859 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
fx:id="mainPane"
>
<top>
<VBox>
<MenuBar>
<Menu text="%main.menu.file">
<MenuItem text="%main.menu.file.save" onAction="#save"/>
@@ -43,6 +44,8 @@
<Menu fx:id="langs" text="%main.menu.settings.language"/>
</Menu>
</MenuBar>
<fx:include fx:id="prof" source="profile.fxml"/>
</VBox>
</top>
<center>
<TabPane tabClosingPolicy="UNAVAILABLE" BorderPane.alignment="CENTER">