11 lines
672 B
Plaintext
11 lines
672 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<?import javafx.scene.layout.AnchorPane?>
|
||
|
|
<?import javafx.scene.web.WebView?>
|
||
|
|
|
||
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="649.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.zhangmeng.tools.controller.VipParserPlayerController">
|
||
|
|
<children>
|
||
|
|
<WebView id="webView" fx:id="webView" layoutX="1.0" layoutY="76.0" prefHeight="200.0" prefWidth="1133.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
||
|
|
</children>
|
||
|
|
</AnchorPane>
|