BrowserWindow.fxml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (c) 2015, 2019, Gluon and/or its affiliates.
  4. All rights reserved. Use is subject to license terms.
  5. This file is available and licensed under the following license:
  6. Redistribution and use in source and binary forms, with or without
  7. modification, are permitted provided that the following conditions
  8. are met:
  9. - Redistributions of source code must retain the above copyright
  10. notice, this list of conditions and the following disclaimer.
  11. - Redistributions in binary form must reproduce the above copyright
  12. notice, this list of conditions and the following disclaimer in
  13. the documentation and/or other materials provided with the distribution.
  14. - Neither the name of Oracle Corporation nor the names of its
  15. contributors may be used to endorse or promote products derived
  16. from this software without specific prior written permission.
  17. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  18. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  19. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  20. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  21. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  22. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  23. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  24. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  25. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  27. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. -->
  29. <?import java.lang.String?>
  30. <?import javafx.geometry.Insets?>
  31. <?import javafx.scene.Cursor?>
  32. <?import javafx.scene.control.Label?>
  33. <?import javafx.scene.control.Menu?>
  34. <?import javafx.scene.control.MenuBar?>
  35. <?import javafx.scene.control.MenuItem?>
  36. <?import javafx.scene.control.ScrollPane?>
  37. <?import javafx.scene.control.SplitPane?>
  38. <?import javafx.scene.control.TextArea?>
  39. <?import javafx.scene.control.TextField?>
  40. <?import javafx.scene.image.ImageView?>
  41. <?import javafx.scene.layout.AnchorPane?>
  42. <?import javafx.scene.layout.BorderPane?>
  43. <?import javafx.scene.layout.FlowPane?>
  44. <?import javafx.scene.layout.HBox?>
  45. <?import javafx.scene.layout.Pane?>
  46. <?import javafx.scene.layout.VBox?>
  47. <?import javafx.scene.paint.Color?>
  48. <?import javafx.scene.text.Font?>
  49. <?import javafx.scene.text.TextFlow?>
  50. <BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="600.0" minWidth="900.0" prefHeight="720.0" prefWidth="1280.0" stylesheets="@BrowserWindowStyle.css" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.moviesdb.BrowserController">
  51. <right>
  52. <Pane fx:id="borderRight" maxWidth="5.0" minWidth="0.0" prefHeight="520.0" prefWidth="230.0" style="-fx-background-color: #121212;" BorderPane.alignment="CENTER">
  53. <cursor>
  54. <Cursor fx:constant="E_RESIZE" />
  55. </cursor></Pane>
  56. </right>
  57. <bottom>
  58. <AnchorPane>
  59. <Pane fx:id="cornerBottomLeft" maxHeight="5.0" maxWidth="5.0" minHeight="5.0" minWidth="5.0" prefHeight="5.0" prefWidth="5.0" style="-fx-background-color: #121212;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0">
  60. <cursor>
  61. <Cursor fx:constant="NE_RESIZE" />
  62. </cursor>
  63. </Pane>
  64. <Pane fx:id="borderBottom" prefHeight="5.0" prefWidth="745.0" style="-fx-background-color: #121212;" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" BorderPane.alignment="CENTER">
  65. <cursor>
  66. <Cursor fx:constant="S_RESIZE" />
  67. </cursor></Pane>
  68. <Pane fx:id="cornerBottomRight" maxHeight="5.0" maxWidth="5.0" minHeight="5.0" minWidth="5.0" prefHeight="5.0" prefWidth="5.0" style="-fx-background-color: #121212;" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  69. <cursor>
  70. <Cursor fx:constant="SE_RESIZE" />
  71. </cursor>
  72. </Pane>
  73. </AnchorPane>
  74. </bottom>
  75. <center>
  76. <VBox minHeight="0.0" minWidth="0.0" prefHeight="600.0" prefWidth="900.0" style="-fx-background-color: #121212;">
  77. <children>
  78. <SplitPane dividerPositions="0.5, 0.5" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minWidth="0.0" prefHeight="538.0" prefWidth="900.0" style="-fx-background-color: magenta;" stylesheets="@style.css" VBox.vgrow="ALWAYS">
  79. <items>
  80. <AnchorPane fx:id="filterPane" maxWidth="0.0" minHeight="0.0" minWidth="0.0" prefHeight="550.0" prefWidth="500.0" style="-fx-background-color: #212121;" SplitPane.resizableWithParent="false">
  81. <children>
  82. <Label alignment="CENTER" layoutX="14.0" layoutY="14.0" minWidth="60.0" prefWidth="-1.0" style="&#10;" text="Filter" textAlignment="CENTER" wrapText="false">
  83. <font>
  84. <Font size="18.0" fx:id="x1" />
  85. </font>
  86. <textFill>
  87. <Color red="0.624" green="0.624" blue="0.624" fx:id="x2" />
  88. </textFill>
  89. </Label>
  90. <Label layoutX="24.0" layoutY="50.0" text="Name" textFill="#9f9f9f">
  91. <font>
  92. <Font size="14.0" />
  93. </font>
  94. </Label>
  95. <TextField fx:id="titleTextBox" layoutX="82.0" layoutY="48.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  96. <Label layoutX="24.0" layoutY="84.0" text="Genre" textFill="#9f9f9f">
  97. <font>
  98. <Font size="14.0" />
  99. </font>
  100. </Label>
  101. <TextField fx:id="genreTextBox" layoutX="82.0" layoutY="82.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  102. <Label layoutX="24.0" layoutY="118.0" text="Year" textFill="#9f9f9f">
  103. <font>
  104. <Font size="14.0" />
  105. </font>
  106. </Label>
  107. <TextField fx:id="yearTextBox" layoutX="82.0" layoutY="116.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  108. <Label layoutX="24.0" layoutY="152.0" text="Duration" textFill="#9f9f9f">
  109. <font>
  110. <Font size="14.0" />
  111. </font>
  112. </Label>
  113. <TextField fx:id="timeTextBox" layoutX="82.0" layoutY="150.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  114. <Label layoutX="24.0" layoutY="186.0" text="Studio" textFill="#9f9f9f">
  115. <font>
  116. <Font size="14.0" />
  117. </font>
  118. </Label>
  119. <TextField fx:id="studioTextBox" layoutX="82.0" layoutY="184.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  120. <Label layoutX="24.0" layoutY="220.0" text="Director" textFill="#9f9f9f">
  121. <font>
  122. <Font size="14.0" />
  123. </font>
  124. </Label>
  125. <TextField fx:id="directorTextBox" layoutX="82.0" layoutY="218.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  126. <Label layoutX="24.0" layoutY="254.0" text="Actor" textFill="#9f9f9f">
  127. <font>
  128. <Font size="14.0" />
  129. </font>
  130. </Label>
  131. <Label layoutX="24.0" layoutY="288.0" text="Role" textFill="#9f9f9f">
  132. <font>
  133. <Font size="14.0" />
  134. </font>
  135. </Label>
  136. <TextField fx:id="roleTextBox" layoutX="82.0" layoutY="286.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  137. <Label layoutX="24.0" layoutY="322.0" text="Rating" textFill="#9f9f9f">
  138. <font>
  139. <Font size="14.0" />
  140. </font>
  141. </Label>
  142. <TextField fx:id="rateTextBox" layoutX="82.0" layoutY="320.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  143. <Label layoutX="24.0" layoutY="353.0" text="Desc" textFill="#9f9f9f">
  144. <font>
  145. <Font size="14.0" />
  146. </font>
  147. </Label>
  148. <TextArea fx:id="descriptionTextBox" layoutX="80.0" layoutY="353.0" minHeight="70.0" onKeyTyped="#getFilterMovies" prefHeight="162.0" prefWidth="209.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #212121;" stylesheets="@FilterBlockStyle.css" wrapText="true" AnchorPane.bottomAnchor="36.0" AnchorPane.rightAnchor="18.0" AnchorPane.topAnchor="353.0">
  149. <font>
  150. <Font size="14.0" />
  151. </font>
  152. </TextArea>
  153. <Label fx:id="filterButton" alignment="CENTER" layoutX="252.0" layoutY="519.0" onMouseClicked="#getFilterMovies" style="&#10;" text="Filter" textAlignment="CENTER" wrapText="false" AnchorPane.bottomAnchor="5.0" AnchorPane.rightAnchor="20.0">
  154. <font>
  155. <Font size="16.0" fx:id="x1111" />
  156. </font>
  157. <textFill>
  158. <Color red="0.624" green="0.624" blue="0.624" fx:id="x2111" />
  159. </textFill>
  160. </Label>
  161. <TextField fx:id="actorTextBox" layoutX="82.0" layoutY="252.0" onKeyTyped="#getFilterMovies" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" AnchorPane.rightAnchor="18.0" />
  162. <Pane maxWidth="5.0" minWidth="5.0" prefWidth="5.0" style="-fx-background-color: #121212;" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
  163. </children>
  164. </AnchorPane>
  165. <AnchorPane id="Content" fx:id="browserPane" minHeight="0.0" minWidth="0.0" prefHeight="269.0" prefWidth="789.0" style="-fx-background-color: #212121;">
  166. <children>
  167. <Label alignment="CENTER" layoutX="11.0" layoutY="14.0" prefWidth="80.0" style="&#10;" text="Browser" textAlignment="CENTER" wrapText="false" AnchorPane.topAnchor="14.0">
  168. <font>
  169. <Font size="18.0" fx:id="x11" />
  170. </font>
  171. <textFill>
  172. <Color red="0.624" green="0.624" blue="0.624" fx:id="x21" />
  173. </textFill>
  174. </Label>
  175. <ScrollPane fx:id="scrollPane" fitToHeight="true" fitToWidth="true" hbarPolicy="NEVER" layoutX="14.0" layoutY="48.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minWidth="400.0" prefHeight="470.0" prefWidth="858.0" style="-fx-background-color: transparent; -fx-border-color: #212121;" vbarPolicy="NEVER" AnchorPane.bottomAnchor="31.0" AnchorPane.leftAnchor="14.0" AnchorPane.rightAnchor="8.0" AnchorPane.topAnchor="48.0">
  176. <styleClass>
  177. <String fx:value="split-pane" />
  178. <String fx:value="split-pane-divider" />
  179. </styleClass>
  180. <content>
  181. <AnchorPane prefHeight="200.0" prefWidth="200.0">
  182. <children>
  183. <FlowPane fx:id="moviesGrid" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #212121;" AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0" />
  184. </children>
  185. </AnchorPane>
  186. </content>
  187. </ScrollPane>
  188. <Label alignment="CENTER" layoutX="11.0" layoutY="520.0" onMouseClicked="#openFilter" style="&#10;" text="Search" textAlignment="CENTER" wrapText="false" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="11.0">
  189. <font>
  190. <Font size="16.0" fx:id="x111" />
  191. </font>
  192. <textFill>
  193. <Color red="0.624" green="0.624" blue="0.624" fx:id="x211" />
  194. </textFill>
  195. </Label>
  196. </children>
  197. </AnchorPane>
  198. <AnchorPane fx:id="detailsPane" maxWidth="0.0" minHeight="0.0" minWidth="0.0" prefHeight="550.0" prefWidth="0.0" style="-fx-background-color: #212121;" SplitPane.resizableWithParent="false">
  199. <children>
  200. <Pane maxWidth="5.0" minWidth="5.0" prefWidth="5.0" style="-fx-background-color: #121212;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0" />
  201. <Label alignment="CENTER" font="$x1" layoutX="14.0" layoutY="14.0" style="&#10;" text="Details" textAlignment="CENTER" textFill="#9f9f9f" wrapText="false" />
  202. <ImageView fx:id="detailsPicPane" fitHeight="222.0" fitWidth="150.0" layoutX="14.0" layoutY="41.0" pickOnBounds="true" AnchorPane.bottomAnchor="287.0" AnchorPane.leftAnchor="75.0" AnchorPane.rightAnchor="75.0" AnchorPane.topAnchor="41.0" />
  203. <Label fx:id="detailsNameLabel" layoutX="14.0" layoutY="265.0" text="Info" textFill="#9f9f9f">
  204. <font>
  205. <Font size="16.0" />
  206. </font>
  207. </Label>
  208. <Label fx:id="deleteMovieButton" layoutX="-14.0" layoutY="528.0" onMouseClicked="#openDeleteForm" text="Delete" textFill="#9f9f9f" AnchorPane.bottomAnchor="14.0" AnchorPane.rightAnchor="14.0">
  209. <font>
  210. <Font size="16.0" />
  211. </font>
  212. </Label>
  213. <Label fx:id="editMovieButton" layoutX="212.0" layoutY="534.0" text="Edit" textFill="#9f9f9f" AnchorPane.bottomAnchor="14.0" AnchorPane.rightAnchor="71.0">
  214. <font>
  215. <Font size="16.0" />
  216. </font>
  217. </Label>
  218. <ScrollPane fitToHeight="true" fitToWidth="true" layoutX="14.0" layoutY="290.0" prefHeight="222.0" prefWidth="277.0" style="-fx-background-color: transparent;" AnchorPane.bottomAnchor="39.0" AnchorPane.topAnchor="290.0">
  219. <content>
  220. <TextFlow fx:id="detailsContent" prefHeight="222.0" prefWidth="277.0" style="-fx-background-color: #212121;" />
  221. </content>
  222. </ScrollPane>
  223. </children>
  224. </AnchorPane>
  225. </items>
  226. <opaqueInsets>
  227. <Insets />
  228. </opaqueInsets>
  229. <VBox.margin>
  230. <Insets />
  231. </VBox.margin>
  232. </SplitPane>
  233. <HBox id="HBox" alignment="CENTER_LEFT" minWidth="0.0" spacing="5.0" VBox.vgrow="NEVER">
  234. <children>
  235. <Label fx:id="userLabel" maxHeight="1.7976931348623157E308" maxWidth="-1.0" minWidth="0.0" style="-fx-background-color: #121212;" text="Logged in as Guest" HBox.hgrow="ALWAYS">
  236. <font>
  237. <Font size="11.0" fx:id="x3" />
  238. </font>
  239. <textFill>
  240. <Color red="0.625" green="0.625" blue="0.625" fx:id="x4" />
  241. </textFill>
  242. </Label>
  243. <Pane minWidth="0.0" prefHeight="-1.0" prefWidth="-1.0" style="-fx-background-color: #121212;" HBox.hgrow="ALWAYS" />
  244. <Label fx:id="logInButton" font="$x3" maxWidth="-1.0" minWidth="0.0" onMouseClicked="#openLoginForm" style="-fx-background-color: #121212;" text="Log in" textFill="$x4" HBox.hgrow="NEVER" />
  245. </children>
  246. <padding>
  247. <Insets bottom="3.0" left="3.0" right="3.0" top="3.0" />
  248. </padding>
  249. </HBox>
  250. </children>
  251. </VBox>
  252. </center>
  253. <left>
  254. <Pane fx:id="borderLeft" maxWidth="5.0" prefWidth="10.0" style="-fx-background-color: #121212;" BorderPane.alignment="CENTER">
  255. <cursor>
  256. <Cursor fx:constant="W_RESIZE" />
  257. </cursor></Pane>
  258. </left>
  259. <top>
  260. <AnchorPane maxHeight="-Infinity" minHeight="-Infinity" prefHeight="24.0" prefWidth="900.0" style="-fx-background-color: #121212;" VBox.vgrow="NEVER">
  261. <!---->
  262. <MenuBar fx:id="menuPane" maxHeight="22" minWidth="0.0" prefHeight="22.0" style="-fx-background-color: #121212; -fx-text-fill: #9f9f9f;" AnchorPane.leftAnchor="1.0" AnchorPane.topAnchor="1.0">
  263. <Menu mnemonicParsing="false" style="-fx-font-size: 10.1;" text="File">
  264. <items>
  265. <MenuItem mnemonicParsing="false" onAction="#openStatsStudioForm" text="Studio stats" />
  266. <MenuItem mnemonicParsing="false" onAction="#openStatsGenreForm" text="Genre stats" />
  267. <MenuItem fx:id="reloadMenu" mnemonicParsing="false" onAction="#loadPosters" text="Reload" />
  268. <MenuItem mnemonicParsing="false" onAction="#closeStage" text="Close" />
  269. </items>
  270. </Menu>
  271. <Menu mnemonicParsing="false" style="-fx-font-size: 10.1;" text="Edit">
  272. <MenuItem fx:id="addMenu" mnemonicParsing="false" onAction="#openAddForm" text="Add" />
  273. </Menu>
  274. <Menu mnemonicParsing="false" style="-fx-font-size: 10.1;" text="Help">
  275. <MenuItem mnemonicParsing="false" text="About" />
  276. </Menu>
  277. <padding>
  278. <Insets left="4.0" right="1.0" />
  279. </padding>
  280. <!--
  281. -->
  282. </MenuBar>
  283. <Pane fx:id="borderTop" minWidth="0.0" prefHeight="22.0" AnchorPane.leftAnchor="106.0" AnchorPane.rightAnchor="112.0" AnchorPane.topAnchor="1.0" />
  284. <!---->
  285. <AnchorPane id="closeButton" onMouseClicked="#closeStage" prefHeight="22.0" prefWidth="36.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="1.0">
  286. <Label fx:id="closeButton" prefHeight="16.0" prefWidth="16.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="2.0" />
  287. </AnchorPane>
  288. <AnchorPane id="maximizeButton" onMouseClicked="#maximizeStageChange" prefHeight="22.0" prefWidth="36.0" AnchorPane.rightAnchor="38.0" AnchorPane.topAnchor="1.0">
  289. <Label fx:id="maximizeButton" prefHeight="16.0" prefWidth="16.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="2.0" />
  290. </AnchorPane>
  291. <AnchorPane id="minimizeButton" fx:id="test" onMouseClicked="#minimizeStage" prefHeight="22.0" prefWidth="36.0" AnchorPane.rightAnchor="75.0" AnchorPane.topAnchor="1.0">
  292. <Label fx:id="minimizeButton" prefHeight="16.0" prefWidth="16.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="2.0" />
  293. <!--
  294. <Label fx:id="minimizeButton" prefHeight="16.0" prefWidth="16.0" AnchorPane.bottomAnchor="3.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="3.0"/>
  295. -->
  296. </AnchorPane>
  297. </AnchorPane>
  298. <!--
  299. <AnchorPane fx:id="borderTop" maxHeight="24.0" prefHeight="24.0" style="-fx-background-color: #121212;" BorderPane.alignment="CENTER">
  300. <children>
  301. <AnchorPane id="closeButton" onMouseClicked="#closeStage" prefHeight="22.0" prefWidth="36.0" AnchorPane.bottomAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="1.0">
  302. <Label fx:id="closeButton" prefHeight="16.0" prefWidth="16.0" AnchorPane.bottomAnchor="3.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="3.0">
  303. <font>
  304. <Font name="Arimo" size="12.0" />
  305. </font>
  306. </Label>
  307. </AnchorPane>
  308. <AnchorPane fx:id="test" id="minimizeButton" onMouseClicked="#minimizeStage" prefHeight="22.0" prefWidth="36.0" AnchorPane.bottomAnchor="1.0" AnchorPane.rightAnchor="38.0" AnchorPane.topAnchor="1.0">
  309. <Label fx:id="minimizeButton" prefHeight="16.0" prefWidth="16.0" AnchorPane.bottomAnchor="3.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="3.0">
  310. <font>
  311. <Font name="Arimo" size="12.0" />
  312. </font>
  313. </Label>
  314. </AnchorPane>
  315. <Label layoutX="10.0" layoutY="2.0" text="Title" textFill="#9f9f9f" visible="false" AnchorPane.bottomAnchor="2.0" AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="2.0">
  316. <font>
  317. <Font size="14.0" />
  318. </font>
  319. </Label>
  320. </children>
  321. </AnchorPane>
  322. -->
  323. </top>
  324. </BorderPane>