[Patchanim-commit] SF.net SVN: patchanim: [231] trunk/patchanim/src/com/mebigfatguy/patchanim/ gui/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-24 15:28:27
|
Revision: 231 http://patchanim.svn.sourceforge.net/patchanim/?rev=231&view=rev Author: dbrosius Date: 2008-02-24 07:28:32 -0800 (Sun, 24 Feb 2008) Log Message: ----------- FCBL fixes Modified Paths: -------------- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2008-02-24 15:26:52 UTC (rev 230) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2008-02-24 15:28:32 UTC (rev 231) @@ -31,8 +31,6 @@ private static final long serialVersionUID = 3030850111559417377L; - private SourcePatchesPanel sourcesPanel; - public JPatchAnimPanel() { initComponents(); } @@ -61,7 +59,7 @@ Utils.sizeUniformly(Utils.Sizing.Width, ctrl, listPanel ); - sourcesPanel = new SourcePatchesPanel(); + SourcePatchesPanel sourcesPanel = new SourcePatchesPanel(); p.add(sourcesPanel, BorderLayout.CENTER); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |