Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 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.control.TextField?>
  6. <?import javafx.scene.image.Image?>
  7. <?import javafx.scene.image.ImageView?>
  8. <?import javafx.scene.layout.AnchorPane?>
  9. <?import javafx.scene.layout.Pane?>
  10. <?import javafx.scene.text.Font?>
  11.  
  12. <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="595.0" prefWidth="1031.0" style="-fx-background-color: #111111;" xmlns="http://javafx.com/javafx/8.0.999-ea" xmlns:fx="http://javafx.com/fxml/1">
  13. <children>
  14. <AnchorPane prefHeight="595.0" prefWidth="171.0" style="-fx-background-color: #222222;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
  15. <children>
  16. <ImageView fitHeight="108.0" fitWidth="131.0" layoutX="36.0" layoutY="14.0" pickOnBounds="true" preserveRatio="true">
  17. <image>
  18. <Image url="file:/root/Téléchargements/Capture-20190619181137-275x300.png" />
  19. </image>
  20. </ImageView>
  21. <Button fx:id="btn_1" layoutX="55.0" layoutY="149.0" mnemonicParsing="false" onAction="handleButtonAction" text="Button" />
  22. <Button fx:id="btn_2" layoutX="55.0" layoutY="203.0" mnemonicParsing="false" onAction="#andleButtonAction" text="Button" />
  23. </children>
  24. </AnchorPane>
  25. <AnchorPane layoutX="171.0" prefHeight="472.0" prefWidth="860.0">
  26. <children>
  27. <Pane fx:id="pnl_1" prefHeight="595.0" prefWidth="860.0" style="-fx-background-color: #000000;">
  28. <children>
  29. <ImageView fitHeight="595.0" fitWidth="860.0" opacity="0.7">
  30. <image>
  31. <Image url="file:/root/Téléchargements/tumblr_oa7eayoIqE1qcy62fo2_500.gif" />
  32. </image>
  33. </ImageView>
  34. <Label layoutX="25.0" layoutY="14.0" prefHeight="133.0" prefWidth="461.0" text="ARKALIA" textFill="WHITE">
  35. <font>
  36. <Font name="Lato Regular" size="92.0" />
  37. </font>
  38. </Label>
  39. <Pane layoutY="464.0" prefHeight="133.0" prefWidth="860.0" style="-: #000000;">
  40. <children>
  41. <Pane layoutY="-3.0" opacity="0.53" prefHeight="133.0" prefWidth="860.0" style="-fx-background-color: #000000;" />
  42. <Button layoutX="547.0" layoutY="19.0" mnemonicParsing="false" prefHeight="96.0" prefWidth="299.0" style="-fx-background-color: #222222;" text="D O W N L O A D" textFill="WHITE">
  43. <font>
  44. <Font size="27.0" />
  45. </font>
  46. </Button>
  47. <TextField layoutX="229.0" layoutY="30.0" opacity="0.41" prefHeight="73.0" prefWidth="299.0" style="-fx-background-color: #333333;">
  48. <font>
  49. <Font size="32.0" />
  50. </font>
  51. </TextField>
  52. </children></Pane>
  53. </children>
  54. </Pane>
  55. <Pane fx:id="pnl_2" prefHeight="595.0" prefWidth="860.0" style="-fx-background-color: #000000;">
  56. <children>
  57. <ImageView fitHeight="512.0" fitWidth="860.0" opacity="0.29" pickOnBounds="true" preserveRatio="true">
  58. <image>
  59. <Image url="file:/root/Téléchargements/giphy.gif" />
  60. </image></ImageView>
  61. <Pane layoutY="465.0" prefHeight="133.0" prefWidth="860.0" style="-: #000000;">
  62. <children>
  63. <Pane layoutY="-3.0" opacity="0.53" prefHeight="133.0" prefWidth="860.0" style="-fx-background-color: #000000;" />
  64. <Button layoutX="547.0" layoutY="19.0" mnemonicParsing="false" prefHeight="96.0" prefWidth="299.0" style="-fx-background-color: #222222;" text="D O W N L O A D" textFill="WHITE">
  65. <font>
  66. <Font size="27.0" />
  67. </font>
  68. </Button>
  69. <TextField layoutX="229.0" layoutY="30.0" opacity="0.41" prefHeight="73.0" prefWidth="299.0" style="-fx-background-color: #333333;">
  70. <font>
  71. <Font size="32.0" />
  72. </font>
  73. </TextField>
  74. </children>
  75. </Pane>
  76. </children>
  77. </Pane>
  78. </children>
  79. </AnchorPane>
  80. </children>
  81. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement