Skip to content

Commit

Permalink
Fix the available list problem #5
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed Feb 13, 2017
1 parent f38c001 commit 3428b88
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ GitignoreListPanel.filterLabel.text=Filter:
GitignoreListPanel.filterTextField.text=
GitignoreListPanel.filePathTextField.text=
GitignoreListPanel.browseButton.text=Browse...
GitignoreListPanel.messageLabel.text=MESSAGE
83 changes: 52 additions & 31 deletions src/com/junichi11/netbeans/gitignoreio/ui/GitignoreListPanel.form
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,50 @@
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="availableListScrollPane" pref="476" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Component id="availableListLabel" min="-2" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<Component id="resetButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="loadDefaultButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="saveAsDefaultButton" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="gitignoresTextField" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Component id="normalRadioButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="overwriteRadioButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="postscriptRadioButton" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<Component id="filterLabel" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="filterTextField" max="32767" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="filePathTextField" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="browseButton" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="messageLabel" alignment="0" min="-2" max="-2" attributes="0"/>
<Component id="availableListLabel" alignment="0" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="32767" attributes="0"/>
<Component id="resetButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="loadDefaultButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="saveAsDefaultButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<EmptySpace min="12" pref="12" max="-2" attributes="0"/>
<Component id="normalRadioButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="overwriteRadioButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="postscriptRadioButton" min="-2" max="-2" attributes="0"/>
<EmptySpace min="146" max="32767" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="filePathTextField" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="browseButton" min="-2" max="-2" attributes="0"/>
<EmptySpace min="12" pref="12" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="12" pref="12" max="-2" attributes="0"/>
<Component id="filterLabel" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="filterTextField" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<EmptySpace min="12" pref="12" max="-2" attributes="0"/>
<Component id="gitignoresTextField" max="32767" attributes="0"/>
<EmptySpace min="12" pref="12" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<EmptySpace min="12" pref="12" max="-2" attributes="0"/>
<Component id="availableListScrollPane" max="32767" attributes="0"/>
<EmptySpace min="12" pref="12" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
Expand All @@ -68,7 +80,9 @@
<Component id="resetButton" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="availableListScrollPane" pref="109" max="32767" attributes="0"/>
<Component id="messageLabel" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" max="-2" attributes="0"/>
<Component id="availableListScrollPane" pref="98" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="filterTextField" alignment="3" min="-2" max="-2" attributes="0"/>
Expand All @@ -87,7 +101,7 @@
<Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="filePathTextField" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<EmptySpace min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand Down Expand Up @@ -223,5 +237,12 @@
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="messageLabel">
<Properties>
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
<ResourceString bundle="com/junichi11/netbeans/gitignoreio/ui/Bundle.properties" key="GitignoreListPanel.messageLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
</Properties>
</Component>
</SubComponents>
</Form>
Loading

0 comments on commit 3428b88

Please sign in to comment.