[Pixelle-commit] SF.net SVN: pixelle: [45] trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs /Pixe
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-21 16:45:36
|
Revision: 45
http://pixelle.svn.sourceforge.net/pixelle/?rev=45&view=rev
Author: dbrosius
Date: 2008-06-21 09:45:44 -0700 (Sat, 21 Jun 2008)
Log Message:
-----------
fix package
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 2008-06-21 16:43:21 UTC (rev 44)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/PixelleExpressionDialog.java 2008-06-21 16:45:44 UTC (rev 45)
@@ -16,7 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-package com.mebigfatguy.pixelle;
+package com.mebigfatguy.pixelle.dialogs;
import java.awt.BorderLayout;
import java.awt.Container;
@@ -37,11 +37,15 @@
import javax.swing.JPanel;
import javax.swing.JTextField;
+import com.mebigfatguy.pixelle.PixelleBundle;
+import com.mebigfatguy.pixelle.PixelleComponent;
+import com.mebigfatguy.pixelle.PixelleFrame;
import com.mebigfatguy.pixelle.utils.GuiUtils;
public class PixelleExpressionDialog extends JDialog {
- private static final long serialVersionUID = -4549468926608244333L;
+ private static final long serialVersionUID = -420573137466431577L;
+
private static final int NUM_LABELS = 5;
private final JLabel lhs[] =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|