diff options
| author | 2015-03-09 20:08:15 -0400 | |
|---|---|---|
| committer | 2015-03-09 20:08:15 -0400 | |
| commit | 1ad33bfe0a96b1b4a1f3c02cf2c054e8a101dfd8 (patch) | |
| tree | 86ce734a5bb32a7b205c096118faf41996521a43 /src/cuchaz/enigma/gui/ClassMatchingGui.java | |
| parent | starting on field matching gui (diff) | |
| download | enigma-fork-1ad33bfe0a96b1b4a1f3c02cf2c054e8a101dfd8.tar.gz enigma-fork-1ad33bfe0a96b1b4a1f3c02cf2c054e8a101dfd8.tar.xz enigma-fork-1ad33bfe0a96b1b4a1f3c02cf2c054e8a101dfd8.zip | |
field matcher is starting to be useful
Diffstat (limited to 'src/cuchaz/enigma/gui/ClassMatchingGui.java')
| -rw-r--r-- | src/cuchaz/enigma/gui/ClassMatchingGui.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cuchaz/enigma/gui/ClassMatchingGui.java b/src/cuchaz/enigma/gui/ClassMatchingGui.java index b674451..6943c3e 100644 --- a/src/cuchaz/enigma/gui/ClassMatchingGui.java +++ b/src/cuchaz/enigma/gui/ClassMatchingGui.java | |||
| @@ -201,13 +201,10 @@ public class ClassMatchingGui { | |||
| 201 | 201 | ||
| 202 | m_sourceClassLabel = new JLabel(); | 202 | m_sourceClassLabel = new JLabel(); |
| 203 | m_sourceClassLabel.setHorizontalAlignment(SwingConstants.RIGHT); | 203 | m_sourceClassLabel.setHorizontalAlignment(SwingConstants.RIGHT); |
| 204 | m_sourceClassLabel.setPreferredSize(new Dimension(300, 24)); | ||
| 205 | m_destClassLabel = new JLabel(); | 204 | m_destClassLabel = new JLabel(); |
| 206 | m_destClassLabel.setHorizontalAlignment(SwingConstants.LEFT); | 205 | m_destClassLabel.setHorizontalAlignment(SwingConstants.LEFT); |
| 207 | m_destClassLabel.setPreferredSize(new Dimension(300, 24)); | ||
| 208 | 206 | ||
| 209 | m_matchButton = new JButton(); | 207 | m_matchButton = new JButton(); |
| 210 | m_matchButton.setPreferredSize(new Dimension(140, 24)); | ||
| 211 | 208 | ||
| 212 | m_advanceCheck = new JCheckBox("Advance to next likely match"); | 209 | m_advanceCheck = new JCheckBox("Advance to next likely match"); |
| 213 | m_advanceCheck.addActionListener(new ActionListener() { | 210 | m_advanceCheck.addActionListener(new ActionListener() { |