Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.control.*?>
  4. <?import javafx.scene.layout.*?>
  5.  
  6. <AnchorPane prefHeight="400.0" prefWidth="600.0" styleClass="back" stylesheets="@style.css" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.Goals">
  7. <children>
  8. <TabPane prefHeight="400.0" prefWidth="600.0" style="-fx-background-color: transparente;" tabClosingPolicy="UNAVAILABLE">
  9. <tabs>
  10. <Tab style="-fx-background-color: transparente;" text="Short Term Goals">
  11. <content>
  12. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: transparente;" />
  13. </content>
  14. </Tab>
  15. <Tab style="-fx-background-color: transparente;" text="Long Term Goals">
  16. <content>
  17. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
  18. </content>
  19. </Tab>
  20. </tabs>
  21. </TabPane>
  22. </children>
  23. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement