java.awt.IllegalComponentStateException error appears when I try to switch to a different current folder
이전 댓글 표시
this error message will appear when I try to switch to a different current folder
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1964)
at java.awt.Component.getLocationOnScreen(Component.java:1938)
at apple.awt.CAccessibility$22.call(CAccessibility.java:370)
at apple.awt.CAccessibility$22.call(CAccessibility.java:368)
at apple.awt.CToolkit$CallableWrapper.run(CToolkit.java:1120)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at apple.awt.CToolkit$CPeerEvent.dispatch(CToolkit.java:1210)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:638)
at java.awt.EventQueue$1.run(EventQueue.java:636)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
I also get a 'java.util.MissingResourceException' error but for reasons that are not clear to me.
Does anyone have any idea how to fix this??
Thanks
댓글 수: 4
Ken Atwell
2012년 2월 28일
Clarifying questions:
* What version of MATLAB are you using?
* What version of OS X are you using?
* How are you changing folders (with the Current Folder Browser, toolbar, or "cd" command)? Do you see the failure with all three methods?
Sandy
2012년 3월 8일
Same Problem here
Matlab: 2011a
OS X: Mac 10.7.3
With current folder Browser
It does not always happen, but quite often.
Thank you.
Dani
2012년 7월 23일
same here
Lauranne
2012년 7월 30일
Hi ! Same problem here ; Did you solve it ?
답변 (1개)
Sean de Wolski
2012년 3월 8일
0 개 추천
Contact Tech Support:
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!