Advertisement
Guest User

Untitled

a guest
May 9th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.*?>
  4. <?import javafx.scene.paint.*?>
  5. <?import javafx.scene.text.*?>
  6. <?import javafx.scene.control.*?>
  7. <?import javafx.geometry.*?>
  8. <?import javafx.scene.image.*?>
  9. <?import java.lang.*?>
  10. <?import javafx.scene.layout.*?>
  11. <?import javafx.scene.layout.AnchorPane?>
  12.  
  13. <AnchorPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.SFController">
  14. <children>
  15. <ImageView fitHeight="1080.0" fitWidth="1920.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  16. <image>
  17. <Image url="@../abstract_colorful_background_20171225_1264801783.jpg" />
  18. </image>
  19. <viewport>
  20. <Rectangle2D />
  21. </viewport>
  22. </ImageView>
  23. <Group AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  24. <children>
  25. <Pane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="1080.0" prefWidth="1920.0">
  26. <children>
  27. <TextField layoutX="848.0" layoutY="511.0">
  28. <font>
  29. <Font size="18.0" />
  30. </font>
  31. </TextField>
  32. <PasswordField layoutX="848.0" layoutY="603.0">
  33. <font>
  34. <Font size="18.0" />
  35. </font>
  36. </PasswordField>
  37. <Label layoutX="913.0" layoutY="475.0" text="Username:">
  38. <font>
  39. <Font size="20.0" />
  40. </font>
  41. <textFill>
  42. <LinearGradient endX="0.8809523809523809" endY="1.0">
  43. <stops>
  44. <Stop color="#ff1100" />
  45. <Stop color="#7b00ff" offset="1.0" />
  46. </stops>
  47. </LinearGradient>
  48. </textFill>
  49. </Label>
  50. <Label layoutX="916.0" layoutY="566.0" text="Password:">
  51. <font>
  52. <Font size="20.0" />
  53. </font>
  54. <textFill>
  55. <LinearGradient endX="0.8809523809523809" endY="1.0">
  56. <stops>
  57. <Stop color="#0045ff" />
  58. <Stop color="RED" offset="1.0" />
  59. </stops>
  60. </LinearGradient>
  61. </textFill>
  62. </Label>
  63. <Label layoutX="708.0" layoutY="185.0" text="StyleFlex">
  64. <font>
  65. <Font name="DejaVu Sans Bold" size="96.0" />
  66. </font>
  67. <textFill>
  68. <LinearGradient endX="0.8809523809523809" endY="1.0">
  69. <stops>
  70. <Stop color="#ffee00" />
  71. <Stop color="#7b00ff" offset="1.0" />
  72. </stops>
  73. </LinearGradient>
  74. </textFill>
  75. </Label>
  76. <Button layoutX="918.0" layoutY="655.0" mnemonicParsing="false" onAction="#openForgotUser" text="Forgot User?" />
  77. <Button layoutX="905.0" layoutY="694.0" mnemonicParsing="false" onAction="#openForgotPassword" text="Forgot Password?" />
  78. <Button layoutX="1124.0" layoutY="545.0" mnemonicParsing="false" onAction="#openYourProfile" text="Login">
  79. <font>
  80. <Font name="DejaVu Sans Bold" size="39.0" />
  81. </font>
  82. <textFill>
  83. <LinearGradient endX="0.19047619047619047" endY="0.6619047619047619" startX="0.24285714285714285">
  84. <stops>
  85. <Stop color="#ffdd00" />
  86. <Stop color="#ffdd00" offset="0.007662835249042145" />
  87. <Stop color="#8100ff" offset="1.0" />
  88. </stops>
  89. </LinearGradient>
  90. </textFill>
  91. </Button>
  92. <Label layoutX="568.0" layoutY="392.0" text="Username/Password is incorrect!" textFill="RED" visible="false">
  93. <font>
  94. <Font name="DejaVu Sans Bold" size="42.0" />
  95. </font>
  96. </Label>
  97. <Button layoutX="635.0" layoutY="562.0" mnemonicParsing="false" onAction="#openCreateAccount" text="Create Account">
  98. <font>
  99. <Font size="18.0" />
  100. </font>
  101. </Button>
  102. </children>
  103. </Pane>
  104. </children>
  105. </Group>
  106. </children>
  107. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement