Java Trojan: cross-platform monitoring software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?import javafx.geometry.Insets?>
  3. <?import javafx.geometry.Rectangle2D?>
  4. <?import javafx.scene.control.ChoiceBox?>
  5. <?import javafx.scene.image.ImageView?>
  6. <?import javafx.scene.layout.BorderPane?>
  7. <?import javafx.scene.layout.HBox?>
  8. <?import javafx.scene.text.Font?>
  9. <?import javafx.scene.text.Text?>
  10. <BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="421.0" minWidth="664.0" prefHeight="421.0" prefWidth="664.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="greek.horse.server.ui.controllers.WebcamController">
  11. <center>
  12. <ImageView fx:id="imageView" fitHeight="150.0" fitWidth="200.0" pickOnBounds="true" smooth="false" BorderPane.alignment="CENTER">
  13. <viewport>
  14. <Rectangle2D />
  15. </viewport>
  16. </ImageView>
  17. </center>
  18. <bottom>
  19. <HBox alignment="CENTER" prefHeight="35.0" prefWidth="600.0" BorderPane.alignment="CENTER">
  20. <children>
  21. <ChoiceBox fx:id="choiceBox" prefHeight="25.0" prefWidth="212.0">
  22. <HBox.margin>
  23. <Insets right="20.0" />
  24. </HBox.margin>
  25. </ChoiceBox>
  26. <Text fx:id="statusCircleText" boundsType="VISUAL" strokeType="OUTSIDE" strokeWidth="0.0" text="●" textOrigin="CENTER" wrappingWidth="24.76416015625">
  27. <font>
  28. <Font size="30.0" />
  29. </font>
  30. <HBox.margin>
  31. <Insets right="5.0" />
  32. </HBox.margin>
  33. </Text>
  34. <Text fx:id="fpsText" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
  35. <font>
  36. <Font size="14.0" />
  37. </font>
  38. </Text>
  39. <Text strokeType="OUTSIDE" strokeWidth="0.0" text="FPS" textAlignment="RIGHT" wrappingWidth="27.984375">
  40. <font>
  41. <Font size="14.0" />
  42. </font>
  43. </Text>
  44. </children>
  45. </HBox>
  46. </bottom>
  47. </BorderPane>