Advertisement
Guest User

MainForm.fxml

a guest
Oct 31st, 2016
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.input.*?>
  4. <?import javafx.scene.effect.*?>
  5. <?import java.lang.*?>
  6. <?import java.util.*?>
  7. <?import javafx.collections.*?>
  8. <?import javafx.scene.control.*?>
  9. <?import javafx.scene.image.*?>
  10. <?import javafx.scene.layout.*?>
  11. <?import javafx.scene.paint.*?>
  12. <?import javafx.scene.web.*?>
  13.  
  14. <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="619.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
  15.    <children>
  16.       <TabPane fx:id="TabPane1" layoutY="25.0" prefHeight="569.0" prefWidth="619.0" stylesheets="@MainForm.fxml.css" tabClosingPolicy="UNAVAILABLE">
  17.         <tabs>
  18.           <Tab fx:id="Tab0" closable="false" text="Serien">
  19.             <content>
  20.               <AnchorPane id="TabPage1" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
  21.                      <children>
  22.                         <TreeView id="TreeView1" fx:id="TreeView1" onMouseClicked="#TreeView1_AfterSelect" prefHeight="571.0" prefWidth="200.0" showRoot="false" />
  23.                         <ImageView id="ImageView1" fx:id="ImageView1" fitHeight="317.0" fitWidth="200.0" layoutX="200.0" preserveRatio="true" />
  24.                         <Label id="Label1" fx:id="Label1" layoutX="400.0" layoutY="6.0" text="Beschreibung" />
  25.                         <Button id="Button1" fx:id="Button1" layoutX="200.0" layoutY="335.0" mnemonicParsing="false" onAction="#Button1_Action" prefHeight="25.0" prefWidth="417.0" text="Verknüpfung erstellen" />
  26.                         <Button id="Button2" fx:id="Button2" layoutX="200.0" layoutY="360.0" mnemonicParsing="false" onAction="#Button2_Action" prefHeight="50.0" prefWidth="417.0" text="Zu den Staffeln" />
  27.                         <Label id="Label2" fx:id="Label2" alignment="CENTER" layoutX="200.0" layoutY="317.0" prefHeight="17.0" prefWidth="202.0" text="Titel" />
  28.                      </children>
  29.               </AnchorPane>
  30.             </content>
  31.           </Tab>
  32.           <Tab fx:id="Tab1" closable="false" text="Staffeln">
  33.             <content>
  34.               <AnchorPane id="TabPage2" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
  35.                      <children>
  36.                         <ListView id="ListView1" fx:id="ListView1" onMouseClicked="#ListView1_Clicked" prefHeight="542.0" prefWidth="619.0" />
  37.                      </children>
  38.               </AnchorPane>
  39.             </content>
  40.           </Tab>
  41.           <Tab fx:id="Tab2" closable="false" text="Episoden">
  42.               <content>
  43.               <AnchorPane id="TabPage3" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
  44.                      <children>
  45.                         <ListView id="ListView2" fx:id="ListView2" onMouseClicked="#ListView2_Clicked" prefHeight="539.0" prefWidth="619.0" />
  46.                      </children>
  47.               </AnchorPane>
  48.             </content>
  49.           </Tab>
  50.           <Tab fx:id="Tab3" closable="false" text="Hoster">
  51.               <content>
  52.               <AnchorPane id="TabPage4" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
  53.                      <children>
  54.                         <ListView id="ListView3" fx:id="ListView3" onMouseClicked="#ListView3_Clicked" prefHeight="528.0" prefWidth="619.0" />
  55.                      </children>
  56.               </AnchorPane>
  57.             </content>
  58.           </Tab>
  59.           <Tab fx:id="Tab4" closable="false" disable="true" text="Downloader">
  60.               <content>
  61.               <AnchorPane id="TabPage5" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
  62.             </content>
  63.           </Tab>
  64.           <Tab fx:id="Tab5" closable="false" disable="true" text="Einstellungen">
  65.               <content>
  66.               <AnchorPane id="TabPage6" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
  67.             </content>
  68.           </Tab>
  69.         </tabs>
  70.       </TabPane>
  71.       <MenuBar id="MenuBar1" prefHeight="25.0" prefWidth="619.0" stylesheets="@MainForm.fxml.css">
  72.         <menus>
  73.           <Menu id="NachSerieSuchenToolStringMenuItem" fx:id="NachSerieSuchenMenuItem" mnemonicParsing="false" onAction="#NachSerieSuchenMenuItem_Action" text="Nach Serie suchen" />
  74.           <Menu id="ListeNeuLadenToolStripMenuItem" fx:id="ListeNeuLadenMenuItem" mnemonicParsing="false" onAction="#ListeNeuLadenMenuItem_Action" text="Liste neu laden" />
  75.           <Menu id="WeiterToolStripMenuItem" fx:id="WeiterMenuItem" mnemonicParsing="false" onAction="#WeiterMenuItem_Action" text="Weiter" />
  76.           <Menu id="AuswahlToolStripMenuItem" mnemonicParsing="false" text="Auswahl">
  77.              <items>
  78.                  <MenuItem id="AlleAuswaehlenToolStripMenuItem" fx:id="AlleAuswaehlenMenuItem" onAction="#AlleAuswaehlenMenuItem_Action" text="Alle auswählen" />
  79.                  <MenuItem id="AuswahlUmkehrenToolStripMenuItem" fx:id="AuswahlUmkehrenMenuItem" onAction="#AuswahlUmkehrenMenuItem_Action" text="Auswahl umkehren" />
  80.                  <MenuItem id="AuswahlAufhebenToolStripMenuItem" fx:id="AuswahlAufhebenMenuItem" onAction="#AuswahlAufhebenMenuItem_Action" text="Auswahl aufheben" />
  81.              </items>
  82.           </Menu>
  83.           <Menu id="HerunterladenToolStripMenuItem" fx:id="HerunterladenMenuItem" onAction="#HerunterladenMenuItem_Action" text="Herunterladen" />
  84.           <Menu id="AnschauenToolStripMenuItem" fx:id="AnschauenMenuItem" onAction="#AnschauenMenuItem_Action" text="Anschauen" />
  85.           <Menu id="WebseiteOeffnenToolStripMenuItem" fx:id="WebseiteOeffnenMenuItem" onAction="#WebseiteOeffnenMenuItem_Action" text="Webseite öffnen" />
  86.         </menus>
  87.       </MenuBar>
  88.    </children>
  89. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement