~ubuntu-branches/debian/stretch/insubstantial/stretch

« back to all changes in this revision

Viewing changes to substance/src/main/java/org/pushingpixels/substance/internal/contrib/randelshofer/quaqua/colorchooser/ColorPalettesChooser.form

  • Committer: Package Import Robot
  • Author(s): Felix Natter
  • Date: 2016-01-18 20:58:45 UTC
  • Revision ID: package-import@ubuntu.com-20160118205845-crbmrkda61qsi5qa
Tags: upstream-7.3+dfsg2
ImportĀ upstreamĀ versionĀ 7.3+dfsg2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
6
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
7
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
8
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
9
    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-109"/>
 
10
  </AuxValues>
 
11
 
 
12
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
13
  <SubComponents>
 
14
    <Component class="javax.swing.JLabel" name="paletteLabel">
 
15
      <Properties>
 
16
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
17
          <ComponentRef name="paletteCombo"/>
 
18
        </Property>
 
19
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
20
          <ResourceString bundle="ch/randelshofer/quaqua/Labels.properties" key="ColorChooser.list" replaceFormat="UIManager.getString(&quot;{key}&quot;)"/>
 
21
        </Property>
 
22
      </Properties>
 
23
      <Constraints>
 
24
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
25
          <GridBagConstraints gridX="-1" gridY="0" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
26
        </Constraint>
 
27
      </Constraints>
 
28
    </Component>
 
29
    <Component class="javax.swing.JComboBox" name="paletteCombo">
 
30
      <Events>
 
31
        <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="paletteChanged"/>
 
32
      </Events>
 
33
      <Constraints>
 
34
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
35
          <GridBagConstraints gridX="-1" gridY="0" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="1.0" weightY="0.0"/>
 
36
        </Constraint>
 
37
      </Constraints>
 
38
    </Component>
 
39
    <Container class="javax.swing.JScrollPane" name="paletteScrollPane">
 
40
      <Properties>
 
41
        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
 
42
        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
 
43
      </Properties>
 
44
      <Constraints>
 
45
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
46
          <GridBagConstraints gridX="-1" gridY="1" gridWidth="0" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
 
47
        </Constraint>
 
48
      </Constraints>
 
49
 
 
50
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
51
      <SubComponents>
 
52
        <Component class="javax.swing.JList" name="paletteList">
 
53
          <Properties>
 
54
            <Property name="selectionMode" type="int" value="0"/>
 
55
          </Properties>
 
56
        </Component>
 
57
      </SubComponents>
 
58
    </Container>
 
59
  </SubComponents>
 
60
</Form>