Mercurial > hg > ltpda-connection-manager
diff ConnectionManager/src/connectionmanager/DatabaseSelectorDialog.form @ 7:ea3ae6ce9fea default tip
Improved Java interface look.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Wed, 23 Nov 2011 20:27:21 +0100 |
parents | 35f1cfcaa5a9 |
children |
line wrap: on
line diff
--- a/ConnectionManager/src/connectionmanager/DatabaseSelectorDialog.form Wed Jun 02 18:02:25 2010 +0200 +++ b/ConnectionManager/src/connectionmanager/DatabaseSelectorDialog.form Wed Nov 23 20:27:21 2011 +0100 @@ -1,13 +1,17 @@ <?xml version="1.0" encoding="UTF-8" ?> -<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> +<Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="2"/> - <Property name="title" type="java.lang.String" value="Select a connection"/> + <Property name="title" type="java.lang.String" value="Select database"/> + <Property name="resizable" type="boolean" value="false"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> + <Events> + <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="formKeyPressed"/> + </Events> <AuxValues> <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> @@ -23,20 +27,17 @@ <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" alignment="1" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="1" attributes="0"> + <Component id="scrollPane" alignment="0" pref="409" max="32767" attributes="0"/> <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="-2" pref="183" max="-2" attributes="0"/> - <Component id="cancelButton" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> <Component id="newButton" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> + <EmptySpace min="-2" pref="184" max="-2" attributes="0"/> + <Component id="cancelButton" max="32767" attributes="0"/> + <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="selectButton" max="32767" attributes="0"/> </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane1" pref="400" max="32767" attributes="0"/> - </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> @@ -45,15 +46,15 @@ <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> - <EmptySpace pref="20" max="32767" attributes="0"/> - <Component id="jScrollPane1" min="-2" pref="225" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> + <Component id="scrollPane" pref="212" max="32767" attributes="0"/> + <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="2" attributes="0"> + <Component id="newButton" alignment="2" min="-2" max="-2" attributes="0"/> <Component id="selectButton" alignment="2" min="-2" max="-2" attributes="0"/> - <Component id="newButton" alignment="2" min="-2" max="-2" attributes="0"/> <Component id="cancelButton" alignment="2" min="-2" max="-2" attributes="0"/> </Group> - <EmptySpace min="-2" pref="207" max="-2" attributes="0"/> + <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> @@ -83,7 +84,7 @@ <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/> </Events> </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane1"> + <Container class="javax.swing.JScrollPane" name="scrollPane"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> @@ -93,12 +94,55 @@ <Component class="javax.swing.JTable" name="databasesTable"> <Properties> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> - <Table columnCount="3" rowCount="0"> - <Column editable="false" title="Hostname" type="java.lang.String"/> + <Table columnCount="3" rowCount="8"> + <Column editable="false" title="Hostname" type="java.lang.String"> + <Data value="1"/> + <Data value="2"/> + <Data value="3"/> + <Data value="4"/> + <Data value="5"/> + <Data value="6"/> + <Data value="7"/> + <Data value="8"/> + </Column> <Column editable="false" title="Database" type="java.lang.String"/> <Column editable="false" title="Username" type="java.lang.String"/> </Table> </Property> + <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> + <TableColumnModel selectionModel="0"> + <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> + <Title/> + <Editor/> + <Renderer/> + </Column> + <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> + <Title/> + <Editor/> + <Renderer/> + </Column> + <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> + <Title/> + <Editor/> + <Renderer/> + </Column> + </TableColumnModel> + </Property> + <Property name="focusable" type="boolean" value="false"/> + <Property name="gridColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> + <Color blue="cc" green="cc" red="cc" type="rgb"/> + </Property> + <Property name="intercellSpacing" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[0, 0]"/> + </Property> + <Property name="rowHeight" type="int" value="24"/> + <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor"> + <JTableSelectionModel selectionMode="0"/> + </Property> + <Property name="showVerticalLines" type="boolean" value="false"/> + <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> + <TableHeader reorderingAllowed="true" resizingAllowed="true"/> + </Property> </Properties> </Component> </SubComponents>