Advertisement
Mancolo

Untitled

Apr 15th, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.control.Button?>
  4. <?import javafx.scene.control.Label?>
  5. <?import javafx.scene.image.Image?>
  6. <?import javafx.scene.image.ImageView?>
  7. <?import javafx.scene.layout.AnchorPane?>
  8. <?import javafx.scene.layout.Pane?>
  9. <?import javafx.scene.paint.Color?>
  10. <?import javafx.scene.paint.LinearGradient?>
  11. <?import javafx.scene.paint.Stop?>
  12. <?import javafx.scene.shape.Circle?>
  13. <?import javafx.scene.text.Font?>
  14.  
  15. <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="649.0" prefWidth="1087.0" style="-fx-background-color: #2F2B43;" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1">
  16. <children>
  17. <AnchorPane prefHeight="519.0" prefWidth="262.0" style="-fx-background-color: #393351;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
  18. <children>
  19. <Pane layoutY="86.0" prefHeight="61.0" prefWidth="262.0" style="-fx-background-color: #FA2C56; -fx-background-radius: 5;">
  20. <children>
  21. <Label layoutX="25.0" layoutY="17.0" text="Marketing account" textFill="WHITE">
  22. <font>
  23. <Font name="System Bold" size="18.0" />
  24. </font>
  25. </Label>
  26. </children>
  27. </Pane>
  28. </children>
  29. </AnchorPane>
  30. <Pane layoutX="263.0" layoutY="1.0" prefHeight="649.0" prefWidth="631.0" AnchorPane.bottomAnchor="-1.0" AnchorPane.leftAnchor="263.0" AnchorPane.rightAnchor="-5.0" AnchorPane.topAnchor="1.0">
  31. <children>
  32. <Pane layoutX="-25.0" layoutY="-178.0" prefHeight="303.0" prefWidth="467.0" rotate="41.6" style="-fx-background-color: #FA2C56; -fx-background-radius: 70;" />
  33. <Pane layoutX="76.0" layoutY="106.0">
  34. <children>
  35. <Button mnemonicParsing="false" prefHeight="190.0" prefWidth="168.0" styleClass="button2" stylesheets="@../../../javafx-sample-dashboard-master/src/css/fullpackstyling.css">
  36. <graphic>
  37. <Circle radius="50.0" strokeType="INSIDE">
  38. <stroke>
  39. <LinearGradient endX="1.0" endY="1.0">
  40. <stops>
  41. <Stop color="BLACK" />
  42. <Stop color="WHITE" offset="1.0" />
  43. </stops>
  44. </LinearGradient>
  45. </stroke>
  46. <fill>
  47. <LinearGradient endX="1.0" endY="1.0" startY="0.4952380952380952">
  48. <stops>
  49. <Stop color="#03b5fc" />
  50. <Stop color="WHITE" offset="1.0" />
  51. </stops>
  52. </LinearGradient>
  53. </fill>
  54. </Circle>
  55. </graphic>
  56. </Button>
  57. <ImageView fitHeight="49.0" fitWidth="37.0" layoutX="66.0" layoutY="74.0" pickOnBounds="true" preserveRatio="true">
  58. <image>
  59. <Image url="@../assets/map.png" />
  60. </image>
  61. </ImageView>
  62. <Label alignment="CENTER" layoutX="-6.0" layoutY="146.0" prefHeight="17.0" prefWidth="174.0" text="Customer reach" textFill="WHITE">
  63. <font>
  64. <Font name="Arial Bold" size="13.0" />
  65. </font>
  66. </Label>
  67. </children>
  68. </Pane>
  69. <Pane layoutX="316.0" layoutY="106.0" prefHeight="202.0" prefWidth="179.0">
  70. <children>
  71. <Button mnemonicParsing="false" prefHeight="190.0" prefWidth="168.0" styleClass="button2" stylesheets="@../../../javafx-sample-dashboard-master/src/css/fullpackstyling.css">
  72. <graphic>
  73. <Circle radius="46.0" strokeType="INSIDE">
  74. <fill>
  75. <LinearGradient endX="1.0" endY="1.0" startY="0.4952380952380952">
  76. <stops>
  77. <Stop>
  78. <color>
  79. <Color red="0.07565789669752121" green="0.10252192616462708" blue="0.2368421107530594" />
  80. </color>
  81. </Stop>
  82. <Stop offset="1.0">
  83. <color>
  84. <Color red="0.17653508484363556" green="0.269426167011261" blue="0.6052631735801697" />
  85. </color>
  86. </Stop>
  87. </stops>
  88. </LinearGradient>
  89. </fill>
  90. <stroke>
  91. <LinearGradient endX="1.0" endY="1.0">
  92. <stops>
  93. <Stop>
  94. <color>
  95. <Color />
  96. </color>
  97. </Stop>
  98. <Stop offset="1.0">
  99. <color>
  100. <Color red="0.09703947603702545" green="0.13146929442882538" blue="0.3552631437778473" />
  101. </color>
  102. </Stop>
  103. </stops>
  104. </LinearGradient>
  105. </stroke>
  106. </Circle>
  107. </graphic>
  108. </Button>
  109. <ImageView fitHeight="49.0" fitWidth="37.0" layoutX="67.0" layoutY="76.0" pickOnBounds="true" preserveRatio="true">
  110. <image>
  111. <Image url="@../assets/category%20(1).png" />
  112. </image>
  113. </ImageView>
  114. <Label alignment="CENTER" layoutX="1.0" layoutY="146.0" prefHeight="17.0" prefWidth="168.0" text="List of categories" textFill="WHITE">
  115. <font>
  116. <Font name="Arial Bold" size="13.0" />
  117. </font>
  118. </Label>
  119. </children>
  120. </Pane>
  121. <Pane layoutX="71.0" layoutY="354.0" prefHeight="202.0" prefWidth="179.0">
  122. <children>
  123. <Button mnemonicParsing="false" opacity="0.7" prefHeight="190.0" prefWidth="179.0" styleClass="button2" stylesheets="@../../../javafx-sample-dashboard-master/src/css/fullpackstyling.css" />
  124. <Circle layoutX="84.0" layoutY="87.0" radius="50.0" strokeType="INSIDE">
  125. <stroke>
  126. <LinearGradient endX="1.0" endY="1.0">
  127. <stops>
  128. <Stop color="BLACK" />
  129. <Stop color="WHITE" offset="1.0" />
  130. </stops>
  131. </LinearGradient>
  132. </stroke>
  133. <fill>
  134. <LinearGradient endX="1.0" endY="1.0" startY="0.4952380952380952">
  135. <stops>
  136. <Stop color="#ff52e2" />
  137. <Stop color="WHITE" offset="1.0" />
  138. </stops>
  139. </LinearGradient>
  140. </fill>
  141. </Circle>
  142. <ImageView fitHeight="49.0" fitWidth="37.0" layoutX="66.0" layoutY="68.0" pickOnBounds="true" preserveRatio="true">
  143. <image>
  144. <Image url="@../assets/budget%20(1).png" />
  145. </image>
  146. </ImageView>
  147. <Label alignment="CENTER" layoutX="3.0" layoutY="146.0" prefHeight="17.0" prefWidth="168.0" text="Total budget for marketing" textFill="WHITE">
  148. <font>
  149. <Font name="Arial Bold" size="13.0" />
  150. </font>
  151. </Label>
  152. </children>
  153. </Pane>
  154. <Pane layoutX="316.0" layoutY="354.0" prefHeight="202.0" prefWidth="179.0">
  155. <children>
  156. <Button mnemonicParsing="false" opacity="0.7" prefHeight="190.0" prefWidth="168.0" styleClass="button2" stylesheets="@../../../javafx-sample-dashboard-master/src/css/fullpackstyling.css" />
  157. <Circle layoutX="84.0" layoutY="88.0" radius="56.0" stroke="#ff924f" strokeType="INSIDE">
  158. <fill>
  159. <LinearGradient endX="1.0" endY="1.0" startY="0.4952380952380952">
  160. <stops>
  161. <Stop color="#ff934f" />
  162. <Stop color="WHITE" offset="0.9961685823754789" />
  163. <Stop color="WHITE" offset="1.0" />
  164. </stops>
  165. </LinearGradient>
  166. </fill>
  167. </Circle>
  168. <ImageView fitHeight="49.0" fitWidth="45.0" layoutX="62.0" layoutY="66.0" pickOnBounds="true" preserveRatio="true">
  169. <image>
  170. <Image url="@../assets/money-bag.png" />
  171. </image>
  172. </ImageView>
  173. <Label alignment="CENTER" layoutX="1.0" layoutY="146.0" prefHeight="17.0" prefWidth="168.0" text="Get promoton" textFill="WHITE">
  174. <font>
  175. <Font name="Arial Bold" size="13.0" />
  176. </font>
  177. </Label>
  178. </children>
  179. </Pane>
  180. <Pane layoutX="559.0" layoutY="354.0" prefHeight="202.0" prefWidth="179.0">
  181. <children>
  182. <Button mnemonicParsing="false" opacity="0.7" prefHeight="190.0" prefWidth="168.0" styleClass="button2" stylesheets="@../../../javafx-sample-dashboard-master/src/css/fullpackstyling.css" />
  183. <Circle layoutX="84.0" layoutY="87.0" radius="50.0" strokeType="INSIDE">
  184. <fill>
  185. <LinearGradient endX="1.0" endY="1.0" startY="0.4952380952380952">
  186. <stops>
  187. <Stop color="#34e063" />
  188. <Stop color="WHITE" offset="0.9961685823754789" />
  189. <Stop color="WHITE" offset="1.0" />
  190. </stops>
  191. </LinearGradient>
  192. </fill>
  193. </Circle>
  194. <ImageView fitHeight="49.0" fitWidth="37.0" layoutX="71.0" layoutY="69.0" pickOnBounds="true" preserveRatio="true">
  195. <image>
  196. <Image url="@../assets/exit.png" />
  197. </image>
  198. </ImageView>
  199. <Label alignment="CENTER" layoutX="1.0" layoutY="146.0" prefHeight="17.0" prefWidth="168.0" text="Exit" textFill="WHITE">
  200. <font>
  201. <Font name="Arial Bold" size="13.0" />
  202. </font>
  203. </Label>
  204. </children>
  205. </Pane>
  206. <Pane layoutX="559.0" layoutY="106.0" prefHeight="190.0" prefWidth="174.0">
  207. <children>
  208. <Button mnemonicParsing="false" opacity="0.7" prefHeight="190.0" prefWidth="168.0" styleClass="button2" stylesheets="@../../../javafx-sample-dashboard-master/src/css/fullpackstyling.css" />
  209. <Circle layoutX="84.0" layoutY="87.0" radius="50.0" strokeType="INSIDE">
  210. <fill>
  211. <LinearGradient endX="1.0" endY="1.0" startY="0.4952380952380952">
  212. <stops>
  213. <Stop>
  214. <color>
  215. <Color red="0.8684210777282715" green="0.1728801131248474" blue="0.1728801131248474" />
  216. </color>
  217. </Stop>
  218. <Stop offset="0.007662835249042145">
  219. <color>
  220. <Color red="0.8684210777282715" green="0.1728801131248474" blue="0.1728801131248474" />
  221. </color>
  222. </Stop>
  223. <Stop offset="0.9961685823754789">
  224. <color>
  225. <Color red="1.0" green="1.0" blue="1.0" />
  226. </color>
  227. </Stop>
  228. <Stop offset="1.0">
  229. <color>
  230. <Color red="0.10964912176132202" green="0.9473684430122375" blue="0.640204668045044" opacity="0.23999999463558197" />
  231. </color>
  232. </Stop>
  233. </stops>
  234. </LinearGradient>
  235. </fill>
  236. </Circle>
  237. <ImageView fitHeight="49.0" fitWidth="37.0" layoutX="66.0" layoutY="68.0" pickOnBounds="true" preserveRatio="true">
  238. <image>
  239. <Image url="@../assets/budget.png" />
  240. </image>
  241. </ImageView>
  242. <Label alignment="CENTER" layoutX="1.0" layoutY="146.0" prefHeight="17.0" prefWidth="168.0" text="Allocated budget" textFill="WHITE">
  243. <font>
  244. <Font name="Arial Bold" size="13.0" />
  245. </font>
  246. </Label>
  247. </children>
  248. </Pane>
  249. </children>
  250. </Pane>
  251. </children>
  252. </AnchorPane>
  253.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement