<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.StackPane?>

<AnchorPane fx:id="layout" prefHeight="560.0" prefWidth="930.0" styleClass="background" stylesheets="@browser.css" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1">

    <AnchorPane id="header" prefHeight="80.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
        <Label id="headingDialog" maxWidth="280.0" prefHeight="32.0" text="BROWSER" AnchorPane.leftAnchor="74.0" AnchorPane.topAnchor="34.0" />
        <fx:include source="../../../components/buttons/back.fxml" AnchorPane.leftAnchor="28.0" AnchorPane.topAnchor="34.0" />
        <HBox id="controls" spacing="10.0" AnchorPane.rightAnchor="29.0" AnchorPane.topAnchor="34.0">
            <fx:include source="../../../components/buttons/minimize.fxml" />
            <fx:include source="../../../components/buttons/exit.fxml" />
        </HBox>
        <TextField id="address" prefHeight="32.0" prefWidth="300.0" text="http://google.com" AnchorPane.leftAnchor="374.0" AnchorPane.topAnchor="34.0" />
    </AnchorPane>
    <StackPane id="content" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="80.0" />
     <Button id="browse" prefHeight="32.0" text="Browse" AnchorPane.leftAnchor="684.0" AnchorPane.topAnchor="34.0" />
</AnchorPane>
