[Pixelle-commit] SF.net SVN: pixelle:[268] trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs /Pixe
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-17 05:53:33
|
Revision: 268
http://pixelle.svn.sourceforge.net/pixelle/?rev=268&view=rev
Author: dbrosius
Date: 2009-07-17 05:53:28 +0000 (Fri, 17 Jul 2009)
Log Message:
-----------
inner classes s/b static if possible
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:52:10 UTC (rev 267)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/PixelleExpressionDialog.java 2009-07-17 05:53:28 UTC (rev 268)
@@ -472,7 +472,7 @@
setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
}
- class KeyExpansionListener extends KeyAdapter
+ static class KeyExpansionListener extends KeyAdapter
{
private JTextField textField;
private PixelleComponent component;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|