Menu

[r13]: / XMLTool / src / xmltool / Tab.fxml  Maximize  Restore  History

Download this file

32 lines (30 with data), 1.8 kB

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

<?import java.lang.*?>
<?import java.net.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<?import org.fxmisc.richtext.CodeArea?>

<Tab xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/2.2" text="newFile" id="tab" fx:controller="xmltool.TabController" fx:id="tab">
    <content>
        <AnchorPane id="Content" minHeight="0.0" minWidth="0.0" prefHeight="321.0" prefWidth="561.0">
            <children>
                <!--use TextArea instead of CodeArea to be able to open this file in SceneBuilder-->
                <!--<TextArea fx:id="textArea" prefHeight="169.0" prefWidth="200.0" style="overflow:scroll" wrapText="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">-->
                <CodeArea fx:id="textArea" prefHeight="169.0" prefWidth="200.0" wrapText="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
                    <stylesheets>
                        <URL value="@MainCSS.css" />
                    </stylesheets>
                </CodeArea>
                <!--</TextArea>-->
                <ImageView id="window-resize-button" blendMode="MULTIPLY" fitHeight="11" fitWidth="11" onMouseDragged="#winResizeOnMouseDragged" onMousePressed="#winResizeOnMousePressed" pickOnBounds="true" preserveRatio="true" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
                    <image>
                        <Image url="@resources/window-corner.png" />
                    </image>
                </ImageView>
            </children>
        </AnchorPane>
    </content>
</Tab>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.