Revision: 234
http://patchanim.svn.sourceforge.net/patchanim/?rev=234&view=rev
Author: dbrosius
Date: 2008-02-24 07:32:21 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
section 508 compliance
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2008-02-24 15:30:36 UTC (rev 233)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2008-02-24 15:32:21 UTC (rev 234)
@@ -67,6 +67,7 @@
Integer.valueOf(7),
Integer.valueOf(8),
Integer.valueOf(9) });
+ orderLabel.setLabelFor(orderCombo);
orderCombo.setSelectedItem(Integer.valueOf(4));
JPanel p = new JPanel();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|