icekontroi

Untitled

Nov 6th, 2017
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.geometry.*?>
  4. <?import javafx.scene.effect.*?>
  5. <?import javafx.scene.chart.*?>
  6. <?import javafx.scene.text.*?>
  7. <?import javafx.scene.control.*?>
  8. <?import java.lang.*?>
  9. <?import javafx.scene.layout.*?>
  10.  
  11. <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="350.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
  12. <children>
  13. <MenuBar prefHeight="25.0" prefWidth="900.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  14. <menus>
  15. <Menu mnemonicParsing="false" text="Settings">
  16. <items>
  17. <CheckMenuItem fx:id="tooltipsOption" mnemonicParsing="false" selected="true" text="Tooltips" />
  18. </items>
  19. </Menu>
  20. </menus>
  21. </MenuBar>
  22. <AnchorPane layoutY="25.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="25.0">
  23. <children>
  24. <SplitPane dividerPositions="0.5" orientation="VERTICAL" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  25. <items>
  26. <AnchorPane maxHeight="100.0" minHeight="100.0" prefHeight="100.0">
  27. <children>
  28. <HBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  29. <children>
  30. <TitledPane alignment="CENTER" animated="false" collapsible="false" layoutX="10.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="Elapsed Time" HBox.hgrow="ALWAYS">
  31. <content>
  32. <AnchorPane>
  33. <children>
  34. <Label fx:id="elapsedTime" alignment="CENTER" maxWidth="500.0" text="..." AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  35. <font>
  36. <Font name="Source Code Pro" size="18.0" />
  37. </font>
  38. </Label>
  39. </children>
  40. </AnchorPane>
  41. </content>
  42. <font>
  43. <Font name="System Bold" size="12.0" />
  44. </font>
  45. </TitledPane>
  46. <StackPane HBox.hgrow="ALWAYS">
  47. <children>
  48. <AnchorPane HBox.hgrow="ALWAYS">
  49. <children>
  50. <TitledPane fx:id="netProfitTip" alignment="CENTER" animated="false" collapsible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="Net Profit (Hourly)" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" HBox.hgrow="ALWAYS">
  51. <content>
  52. <AnchorPane>
  53. <children>
  54. <Label fx:id="netProfit" alignment="CENTER" maxWidth="500.0" text="..." AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  55. <font>
  56. <Font name="Source Code Pro" size="18.0" />
  57. </font>
  58. </Label>
  59. </children>
  60. </AnchorPane>
  61. </content>
  62. <font>
  63. <Font name="System Bold" size="12.0" />
  64. </font>
  65. <tooltip>
  66. <Tooltip text="Shows how much money (in thousands) you've made during the app's total runtime.&#10;Only displays profit from completed sales.&#10;&#10;Hourly mode&#10;&#9;Displays pofit per hour (in thousands of GP).&#10;&#9;May be inaccurate until many trades have been completed.&#10;&#10;Total mode&#10;&#9;Simply displays the total amout of GP (in thousands) that has been made.&#10;&#10;Both settings show in parentheses your return on investment (total profit / total spending." />
  67. </tooltip>
  68. </TitledPane>
  69. <RadioButton fx:id="netProfitView" mnemonicParsing="false" selected="true" AnchorPane.leftAnchor="8.0" AnchorPane.topAnchor="4.0" />
  70. </children>
  71. </AnchorPane>
  72. </children>
  73. </StackPane>
  74. </children>
  75. </HBox>
  76. </children>
  77. </AnchorPane>
  78. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0">
  79. <children>
  80. <ScrollPane fitToHeight="true" fitToWidth="true" prefViewportHeight="342.0" prefViewportWidth="848.0" AnchorPane.bottomAnchor="-1.0" AnchorPane.leftAnchor="-1.0" AnchorPane.rightAnchor="-1.0" AnchorPane.topAnchor="-1.0">
  81. <content>
  82. <AnchorPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308">
  83. <children>
  84. <HBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  85. <children>
  86. <TitledPane fx:id="itemTip" alignment="CENTER" animated="false" collapsible="false" maxHeight="1.7976931348623157E308" text="Item" HBox.hgrow="ALWAYS">
  87. <content>
  88. <AnchorPane>
  89. <children>
  90. <VBox fx:id="item" alignment="TOP_CENTER" layoutX="9.600000381469727" layoutY="9.600000381469727" spacing="8.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  91. <padding>
  92. <Insets top="4.0" />
  93. </padding>
  94. </VBox>
  95. </children>
  96. </AnchorPane>
  97. </content>
  98. <font>
  99. <Font name="System Bold" size="12.0" />
  100. </font>
  101. <tooltip>
  102. <Tooltip text="All items placed within an GE offer will be displayed here." />
  103. </tooltip>
  104. </TitledPane>
  105. <TitledPane fx:id="investmentTip" alignment="CENTER" animated="false" collapsible="false" layoutX="10.0" layoutY="10.0" maxHeight="1.7976931348623157E308" text="Time Investment" HBox.hgrow="ALWAYS">
  106. <content>
  107. <AnchorPane>
  108. <children>
  109. <HBox layoutX="9.600000381469727" layoutY="9.600000381469727" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  110. <children>
  111. <VBox fx:id="timeLabels" alignment="TOP_CENTER" spacing="8.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" HBox.hgrow="NEVER">
  112. <padding>
  113. <Insets right="8.0" top="4.0" />
  114. </padding>
  115. </VBox>
  116. <VBox fx:id="meter" alignment="TOP_CENTER" layoutX="10.0" layoutY="10.0" spacing="7.0" HBox.hgrow="ALWAYS">
  117. <padding>
  118. <Insets top="4.0" />
  119. </padding>
  120. </VBox>
  121. </children>
  122. </HBox>
  123. </children>
  124. </AnchorPane>
  125. </content>
  126. <font>
  127. <Font name="System Bold" size="12.0" />
  128. </font>
  129. <tooltip>
  130. <Tooltip text="Displays a comprehensive breakdown of each how each item's time is spent.&#10;&#10;Percentage&#10;&#9;The item's time spent in active offers as compared to the total of all items.&#10;&#9;Useful to see which items are taking up valuable GE offer slots for too long.&#10;&#10;Breakdown bar&#10;&#9;Dark blue: Time spent in buy offers.&#10;&#9;Light blue: Time spent in sell offers.&#10;&#9;Empty: Time spent idling in inventory.&#10;&#9;Stats are counted higher the more items not yet traded in that GE offer.&#10;&#9;Useful for learning what prices to adjust on each item." />
  131. </tooltip>
  132. </TitledPane>
  133. <StackPane HBox.hgrow="ALWAYS">
  134. <children>
  135. <AnchorPane>
  136. <children>
  137. <TitledPane fx:id="tradeFlowTip" alignment="CENTER" animated="false" collapsible="false" maxHeight="1.7976931348623157E308" text="Trade Flow (Update)" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" HBox.hgrow="ALWAYS">
  138. <content>
  139. <AnchorPane>
  140. <children>
  141. <HBox alignment="TOP_CENTER" layoutX="10.0" layoutY="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  142. <children>
  143. <VBox fx:id="flowCount" alignment="TOP_RIGHT" spacing="8.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" HBox.hgrow="NEVER">
  144. <padding>
  145. <Insets top="4.0" />
  146. </padding>
  147. </VBox>
  148. <VBox fx:id="flowDiv" alignment="TOP_CENTER" layoutX="89.0" layoutY="10.0" spacing="8.0" HBox.hgrow="NEVER">
  149. <padding>
  150. <Insets top="4.0" />
  151. </padding>
  152. </VBox>
  153. <VBox fx:id="flowTime" spacing="8.0" HBox.hgrow="NEVER">
  154. <padding>
  155. <Insets top="4.0" />
  156. </padding>
  157. </VBox>
  158. </children>
  159. </HBox>
  160. </children>
  161. </AnchorPane>
  162. </content>
  163. <font>
  164. <Font name="System Bold" size="12.0" />
  165. </font>
  166. <tooltip>
  167. <Tooltip text="Trade volume statistics.&#10;Shows what rate an item is being traded at.&#10;Should be used to compare items of similar value.&#10;&#10;ON - Update mode&#10;&#9;Represents the amount/rate at which you get your gold/items from the GE.&#10;&#9;Average update amount @ average update time.&#10;&#9;Does NOT include time spent idling in player's inventory.&#10;&#10;OFF - Minute mode&#10;&#9;Normalizes all items to show on average how many are traded in 1 minute.&#10;&#9;Includes idle time." />
  168. </tooltip>
  169. </TitledPane>
  170. </children>
  171. </AnchorPane>
  172. <RadioButton fx:id="flowView" mnemonicParsing="false" selected="true" StackPane.alignment="TOP_LEFT">
  173. <StackPane.margin>
  174. <Insets left="8.0" top="4.0" />
  175. </StackPane.margin>
  176. </RadioButton>
  177. </children>
  178. </StackPane>
  179. <StackPane HBox.hgrow="ALWAYS">
  180. <children>
  181. <AnchorPane HBox.hgrow="ALWAYS">
  182. <children>
  183. <TitledPane fx:id="progressTip" alignment="CENTER" animated="false" collapsible="false" text="Progress (Overview)" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" HBox.hgrow="ALWAYS">
  184. <font>
  185. <Font name="System Bold" size="12.0" />
  186. </font>
  187. <content>
  188. <AnchorPane>
  189. <children>
  190. <HBox alignment="TOP_CENTER" layoutX="10.0" layoutY="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  191. <children>
  192. <VBox fx:id="progressCount" alignment="TOP_RIGHT" spacing="8.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" HBox.hgrow="NEVER">
  193. <padding>
  194. <Insets top="4.0" />
  195. </padding>
  196. </VBox>
  197. <VBox fx:id="progressDiv" alignment="TOP_CENTER" layoutX="89.0" layoutY="10.0" spacing="8.0" HBox.hgrow="NEVER">
  198. <padding>
  199. <Insets top="4.0" />
  200. </padding>
  201. </VBox>
  202. <VBox fx:id="progressPercent" spacing="8.0" HBox.hgrow="NEVER">
  203. <padding>
  204. <Insets top="4.0" />
  205. </padding>
  206. </VBox>
  207. </children>
  208. </HBox>
  209. </children>
  210. </AnchorPane>
  211. </content>
  212. <tooltip>
  213. <Tooltip text="Shows the progress that has been made while trading this item.&#10;&#10;ON - Overview mode&#10;&#9;Displays in terms of total amount traded.&#10;&#9;Amount sold / amount bought.&#10;&#10;OFF - Buy limit mode&#10;&#9;Displays progress on the buy limit of the item.&#10;&#9;Amount bought / Item's 4 hour limit.&#10;&#9;Resets every 4 hours to match in-game limits." />
  214. </tooltip>
  215. </TitledPane>
  216. <RadioButton fx:id="progressView" mnemonicParsing="false" selected="true" AnchorPane.leftAnchor="8.0" AnchorPane.topAnchor="4.0" />
  217. </children>
  218. </AnchorPane>
  219. </children>
  220. </StackPane>
  221. <TitledPane fx:id="profitTip" alignment="CENTER" animated="false" collapsible="false" layoutX="10.0" layoutY="10.0" maxHeight="1.7976931348623157E308" text="Profit" HBox.hgrow="ALWAYS">
  222. <font>
  223. <Font name="System Bold" size="12.0" />
  224. </font>
  225. <content>
  226. <AnchorPane>
  227. <children>
  228. <HBox alignment="TOP_CENTER" layoutX="10.0" layoutY="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  229. <children>
  230. <VBox fx:id="profit" alignment="TOP_RIGHT" spacing="8.0" HBox.hgrow="NEVER">
  231. <padding>
  232. <Insets top="4.0" />
  233. </padding>
  234. </VBox>
  235. <VBox fx:id="profitDiv" alignment="TOP_CENTER" spacing="8.0" HBox.hgrow="NEVER">
  236. <padding>
  237. <Insets top="4.0" />
  238. </padding>
  239. </VBox>
  240. <VBox fx:id="profitMargin" spacing="8.0" HBox.hgrow="NEVER">
  241. <padding>
  242. <Insets top="4.0" />
  243. </padding>
  244. </VBox>
  245. </children>
  246. </HBox>
  247. </children>
  248. </AnchorPane>
  249. </content>
  250. <tooltip>
  251. <Tooltip text="Displays the amount of GP this item would make each hour if you traded it continuously.&#10;Only considers the time spent trading or idling this item into consideration (not runtime).&#10;Profit margins are displayed as a percentage in parentheses." />
  252. </tooltip>
  253. </TitledPane>
  254. </children>
  255. </HBox>
  256. </children>
  257. </AnchorPane>
  258. </content>
  259. </ScrollPane>
  260. </children>
  261. </AnchorPane>
  262. </items>
  263. </SplitPane>
  264. </children>
  265. </AnchorPane>
  266. </children>
  267. </AnchorPane>
Add Comment
Please, Sign In to add comment