Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Pane
  2. VBox
  3. StackPane
  4. WebView
  5.  
  6. AnchorPane
  7. VBox
  8. StackPane
  9. WebView
  10.  
  11. <AnchorPane fx:id="anchor" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.BrowserController">
  12. <children>
  13. <VBox fx:id="vbox" prefHeight="600.0" prefWidth="200.0" style="-fx-background-color: red;" />
  14. <StackPane fx:id="subPane" alignment="CENTER_RIGHT" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  15. <children>
  16. <WebView fx:id="webview" prefWidth="600.0" />
  17. </children>
  18. </StackPane>
  19. </children>
  20. </AnchorPane>
Add Comment
Please, Sign In to add comment