[Patchanim-commit] SF.net SVN: patchanim:[249] trunk/patchanim/src/com/mebigfatguy/patchanim/ gui/J
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-12-25 17:40:59
|
Revision: 249 http://patchanim.svn.sourceforge.net/patchanim/?rev=249&view=rev Author: dbrosius Date: 2008-12-25 17:40:56 +0000 (Thu, 25 Dec 2008) Log Message: ----------- make the test frame always on top Modified Paths: -------------- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2008-06-07 22:57:14 UTC (rev 248) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2008-12-25 17:40:56 UTC (rev 249) @@ -268,6 +268,7 @@ JTestFrame tf = new JTestFrame(); tf.setLocationRelativeTo(JPatchControlPanel.this.getRootPane()); tf.setVisible(true); + tf.setAlwaysOnTop(true); tf.beginAnimation(); } }); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |