All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swixml.SwixmlTestDialog.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="windows-1252"?>

<dialog minimumSize="600,100" resizable="false" title="Swixml2 test Dialog"  defaultCloseOperation="JFrame.DO_NOTHING_ON_CLOSE">

<vbox>

    <hbox  border="CompoundBorder(EmptyBorder(10,1,10,10), TitledBorder(swixml file))">
        <textfield bindWith="file" columns="15"/>
		<button name="browse" text="..." action="browse" />
		<box.hglue/>
    </hbox>

   	<box.vstrut height="10"/>

    <hbox>
        <label bindWith="currentSize"/>
    	<box.glue/>
    	<button text="load Resource" action="resource"/>
    	<box.hstrut width="5"/>
    	<button text="Submit" action="submit"/>
    	<box.hstrut width="5"/>
    	<button text="Close" action="close"/>
    </hbox>
    
</vbox>

</dialog>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy