Kaydet (Commit) 4a510362 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS geordi2q11 (1.8.28); FILE MERGED

2003/12/15 16:13:00 hr 1.8.28.1: #111934#: join CWS gnomeaccpp1r1
üst 1de93f70
......@@ -2,9 +2,9 @@
*
* $RCSfile: Component.java,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: vg $ $Date: 2003-07-01 14:59:45 $
* last change: $Author: vg $ $Date: 2003-12-17 15:30:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -257,6 +257,9 @@ public abstract class Component extends java.awt.Component {
break;
case AccessibleStateType.ENABLED:
setEnabled(enable);
// Since we can't access awt.Componet.accessibleContext, we need to fire
// this event manually ..
fireStatePropertyChange(AccessibleState.ENABLED, enable);
break;
case AccessibleStateType.FOCUSED:
getEventQueue().postEvent(new java.awt.event.FocusEvent(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment