Description: Disable EDT violation checks to enable Jajuk work properly.
 Should be dropped when packaging Jajuk 1.9 branch.
Bug: http://trac.jajuk.info/ticket/1422
Last-Update: 2009-05-25
Author: Varun Hiremath <varun@debian.org>
--- a/src/org/jvnet/lafwidget/LafWidgetUtilities.java
+++ b/src/org/jvnet/lafwidget/LafWidgetUtilities.java
@@ -590,10 +590,10 @@
 	 */
 	public static void testComponentStateChangeThreadingViolation(Component comp) {
 		if (!SwingUtilities.isEventDispatchThread()) {
-			UiThreadingViolationException uiThreadingViolationError = new UiThreadingViolationException(
-					"Component state change must be done on Event Dispatch Thread");
-			uiThreadingViolationError.printStackTrace(System.err);
-			throw uiThreadingViolationError;
+// 			UiThreadingViolationException uiThreadingViolationError = new UiThreadingViolationException(
+// 					"Component state change must be done on Event Dispatch Thread");
+// 			uiThreadingViolationError.printStackTrace(System.err);
+// 			throw uiThreadingViolationError;
 		}
 	}
 
