Revision: 263
http://patchanim.svn.sourceforge.net/patchanim/?rev=263&view=rev
Author: dbrosius
Date: 2008-12-26 05:22:15 +0000 (Fri, 26 Dec 2008)
Log Message:
-----------
508
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-12-26 01:52:53 UTC (rev 262)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2008-12-26 05:22:15 UTC (rev 263)
@@ -140,6 +140,7 @@
tweenStyleLabel = new JLabel(rb.getString(PatchAnimBundle.TWEENSTYLE));
EnumSet<TweenStyle> ts = EnumSet.<TweenStyle>allOf(TweenStyle.class);
tweenStyleCB = new JComboBox(ts.toArray(new TweenStyle[ts.size()]));
+ tweenStyleLabel.setLabelFor(tweenStyleCB);
tweenStyleCB.setToolTipText(rb.getString(PatchAnimBundle.TWEENSTYLE_TT));
outOfBoundsLabel.setLabelFor(tweenStyleCB);
JPanel p = Utils.createFormPanel(tweenStyleLabel, tweenStyleCB);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|