comparison visualizer/Settings/src/com/sun/hotspot/igv/settings/ViewPanel.form @ 4512:015fb895586b

Moved visualizer to new directory.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 07 Feb 2012 22:41:09 +0100
parents
children
comparison
equal deleted inserted replaced
4511:6cb549627941 4512:015fb895586b
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" maxVersion="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4 <AuxValues>
5 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
8 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
9 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
10 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
11 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
12 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
13 </AuxValues>
14
15 <Layout>
16 <DimensionLayout dim="0">
17 <Group type="103" groupAlignment="0" attributes="0">
18 <Group type="102" alignment="0" attributes="0">
19 <EmptySpace max="-2" attributes="0"/>
20 <Component id="jPanel1" max="32767" attributes="0"/>
21 <EmptySpace max="-2" attributes="0"/>
22 </Group>
23 </Group>
24 </DimensionLayout>
25 <DimensionLayout dim="1">
26 <Group type="103" groupAlignment="0" attributes="0">
27 <Group type="102" alignment="0" attributes="0">
28 <EmptySpace max="-2" attributes="0"/>
29 <Component id="jPanel1" min="-2" max="-2" attributes="0"/>
30 <EmptySpace pref="206" max="32767" attributes="0"/>
31 </Group>
32 </Group>
33 </DimensionLayout>
34 </Layout>
35 <SubComponents>
36 <Container class="javax.swing.JPanel" name="jPanel1">
37
38 <Layout>
39 <DimensionLayout dim="0">
40 <Group type="103" groupAlignment="0" attributes="0">
41 <Group type="102" alignment="1" attributes="0">
42 <EmptySpace max="-2" attributes="0"/>
43 <Group type="103" groupAlignment="0" attributes="0">
44 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
45 <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
46 <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
47 </Group>
48 <EmptySpace min="-2" pref="39" max="-2" attributes="0"/>
49 <Group type="103" groupAlignment="0" attributes="0">
50 <Component id="portSpinner" alignment="0" min="-2" pref="63" max="-2" attributes="0"/>
51 <Component id="nodeWidthSpinner" alignment="0" min="-2" pref="63" max="-2" attributes="0"/>
52 <Component id="jScrollPane1" alignment="0" min="-2" pref="365" max="-2" attributes="0"/>
53 </Group>
54 <EmptySpace max="-2" attributes="0"/>
55 </Group>
56 </Group>
57 </DimensionLayout>
58 <DimensionLayout dim="1">
59 <Group type="103" groupAlignment="0" attributes="0">
60 <Group type="102" alignment="0" attributes="0">
61 <EmptySpace max="-2" attributes="0"/>
62 <Group type="103" groupAlignment="0" attributes="0">
63 <Group type="102" alignment="0" attributes="0">
64 <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
65 <EmptySpace type="separate" max="-2" attributes="0"/>
66 <Group type="103" groupAlignment="3" attributes="0">
67 <Component id="nodeWidthSpinner" alignment="3" min="-2" max="-2" attributes="0"/>
68 <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
69 </Group>
70 <EmptySpace type="separate" max="-2" attributes="0"/>
71 <Group type="103" groupAlignment="3" attributes="0">
72 <Component id="portSpinner" alignment="3" min="-2" max="-2" attributes="0"/>
73 <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
74 </Group>
75 </Group>
76 <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
77 </Group>
78 <EmptySpace min="-2" pref="73" max="-2" attributes="0"/>
79 </Group>
80 </Group>
81 </DimensionLayout>
82 </Layout>
83 <SubComponents>
84 <Component class="javax.swing.JLabel" name="jLabel1">
85 <Properties>
86 <Property name="text" type="java.lang.String" value="Node Text"/>
87 </Properties>
88 </Component>
89 <Component class="javax.swing.JLabel" name="jLabel2">
90 <Properties>
91 <Property name="text" type="java.lang.String" value="Node Width"/>
92 </Properties>
93 </Component>
94 <Component class="javax.swing.JSpinner" name="portSpinner">
95 </Component>
96 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
97 <AuxValues>
98 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
99 </AuxValues>
100
101 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
102 <SubComponents>
103 <Component class="javax.swing.JTextArea" name="nodeTextArea">
104 <Properties>
105 <Property name="columns" type="int" value="20"/>
106 <Property name="rows" type="int" value="5"/>
107 </Properties>
108 </Component>
109 </SubComponents>
110 </Container>
111 <Component class="javax.swing.JSpinner" name="nodeWidthSpinner">
112 </Component>
113 <Component class="javax.swing.JLabel" name="jLabel3">
114 <Properties>
115 <Property name="text" type="java.lang.String" value="Network Port"/>
116 </Properties>
117 </Component>
118 </SubComponents>
119 </Container>
120 </SubComponents>
121 </Form>