[Patchanim-commit] SF.net SVN: patchanim: [233] trunk/patchanim/src/com/mebigfatguy/patchanim/ gui/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-24 15:30:31
|
Revision: 233 http://patchanim.svn.sourceforge.net/patchanim/?rev=233&view=rev Author: dbrosius Date: 2008-02-24 07:30:36 -0800 (Sun, 24 Feb 2008) Log Message: ----------- PCOA fixes Modified Paths: -------------- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2008-02-24 15:29:54 UTC (rev 232) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2008-02-24 15:30:36 UTC (rev 233) @@ -55,7 +55,7 @@ }); } - public void rebuild(final boolean useAlpha) { + public final void rebuild(final boolean useAlpha) { SwingUtilities.invokeLater(new Runnable() { public void run() { Container c = SourcePatchesPanel.this.getParent(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |