[Pixelle-commit] SF.net SVN: pixelle:[267] trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs /Pixe
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-17 05:52:11
|
Revision: 267
http://pixelle.svn.sourceforge.net/pixelle/?rev=267&view=rev
Author: dbrosius
Date: 2009-07-17 05:52:10 +0000 (Fri, 17 Jul 2009)
Log Message:
-----------
508
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/PixelleExpressionDialog.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/PixelleExpressionDialog.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/PixelleExpressionDialog.java 2009-07-17 05:48:12 UTC (rev 266)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/PixelleExpressionDialog.java 2009-07-17 05:52:10 UTC (rev 267)
@@ -266,6 +266,7 @@
optionsPanel.add(Box.createHorizontalStrut(10));
selectedRGBAlgorithm = new JTextField(PixelleBundle.getString(PixelleBundle.UNTITLED));
selectedRGBAlgorithm.setEditable(false);
+ l.setLabelFor(selectedRGBAlgorithm);
optionsPanel.add(selectedRGBAlgorithm);
optionsPanel.add(Box.createHorizontalStrut(10));
savedRGBAlgorithms = AlgorithmArchiver.getArchiver().getAlgorithmDisplayPopup(ImageType.RGB, new ActionListener() {
@@ -336,6 +337,7 @@
selectedGSAlgorithm = new JTextField(PixelleBundle.getString(PixelleBundle.UNTITLED));
selectedGSAlgorithm.setEditable(false);
optionsPanel.add(selectedGSAlgorithm);
+ l.setLabelFor(selectedGSAlgorithm);
optionsPanel.add(Box.createHorizontalStrut(10));
savedGSAlgorithms = AlgorithmArchiver.getArchiver().getAlgorithmDisplayPopup(ImageType.Grayscale, new ActionListener() {
public void actionPerformed(ActionEvent ae) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|