|
|
|
|
@ -32,6 +32,7 @@
|
|
|
|
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<?import com.jfoenix.controls.JFXListCell?>
|
|
|
|
|
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon?>
|
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
|
@ -98,7 +99,9 @@
|
|
|
|
|
<Font size="30.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Text>
|
|
|
|
|
<VBox id="menuslide" fx:id="menuslideV" prefHeight="622.0" prefWidth="200.0" stylesheets="@home.css" visible="false" />
|
|
|
|
|
<VBox id="menuslide" fx:id="menuslideV" prefHeight="622.0" prefWidth="200.0" stylesheets="@home.css" visible="false">
|
|
|
|
|
<JFXListCell id="buttonStammbaum" prefHeight="33.0" prefWidth="208.0" stylesheets="@home.css" text="Stammbaum" textFill="WHITE" />
|
|
|
|
|
</VBox>
|
|
|
|
|
<VBox id="filesmenu" fx:id="filesmenu" layoutX="57.0" onMouseExited="#filesOpenPaneExited" prefHeight="250.0" prefWidth="150.0" stylesheets="@home.css" visible="false" />
|
|
|
|
|
<VBox id="filesmenu" fx:id="optionsmenu" layoutX="94.0" onMouseExited="#optionsOpenPaneExited" prefHeight="250.0" prefWidth="150.0" stylesheets="@home.css" visible="false" />
|
|
|
|
|
</Pane>
|
|
|
|
|
|