-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from DolphFlynn/dialogs
Convert operation dialogs to panels and use generic dialog.
- Loading branch information
Showing
23 changed files
with
496 additions
and
775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107 changes: 0 additions & 107 deletions
107
.../java/com/blackberry/jwteditor/view/dialog/operations/EmbedCollaboratorPayloadDialog.form
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
...n/java/com/blackberry/jwteditor/view/dialog/operations/EmbedCollaboratorPayloadPanel.form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.blackberry.jwteditor.view.dialog.operations.EmbedCollaboratorPayloadPanel"> | ||
<grid id="cbd77" binding="panel" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> | ||
<margin top="10" left="10" bottom="10" right="10"/> | ||
<constraints> | ||
<xy x="48" y="129" width="427" height="104"/> | ||
</constraints> | ||
<properties/> | ||
<border type="none"> | ||
<title-color color="-4473925"/> | ||
</border> | ||
<children> | ||
<grid id="55a21" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> | ||
<margin top="2" left="5" bottom="5" right="5"/> | ||
<constraints> | ||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/> | ||
</constraints> | ||
<properties/> | ||
<border type="line" title-resource-bundle="strings" title-key="embed_collaborator_payload_location"> | ||
<color color="-4473925"/> | ||
</border> | ||
<children> | ||
<component id="f7fed" class="javax.swing.JComboBox" binding="comboBoxAlgorithm"> | ||
<constraints> | ||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/> | ||
</constraints> | ||
<properties/> | ||
</component> | ||
</children> | ||
</grid> | ||
</children> | ||
</grid> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.