GUI - empty property inspector

18 views (last 30 days)
Ahmadreza
Ahmadreza on 22 Aug 2013
Answered: guodong yao on 17 Nov 2022
I have a problem, I don't know why the property inspector in GUI doesn't show anything, it's empty. I checked the other computer in my university lab and it was OK. and it's just my computer problem and can't solve it.

Answers (7)

Gaia Tavoni
Gaia Tavoni on 9 Sep 2018
I have the same problem. I get the error:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.mathworks.page.plottool.propertyinspectormanager.PropertyInspectorManager$3.run(PropertyInspectorManager.java:203) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
How can I fix it?

David Sanchez
David Sanchez on 22 Aug 2013
try the following:
h=plot([1 2],[3 4]);
inspect(h)
If your property inspector shows up properly, you have a problem with the GUI configuration. If it shows up empty, I think something did not install properly during the installation process.

Unai Vicente
Unai Vicente on 28 Oct 2019
I have the same issue here, I tried in 2 different macs running catalina which, for version 2019b says its compatible. Had the same issue on the previous OS X and Matlab release, anyone running matlab on mac having the same problem?
  1 Comment
Stepan Lakibchuk
Stepan Lakibchuk on 10 Dec 2019
Oh, God, yes, it is hard to understand, I tried to reinstall it, but result is still the same! Is it because of Catalina?

Sign in to comment.


Alireza Karimi Bidhendi
Alireza Karimi Bidhendi on 28 Oct 2019
I have the same problem. Mac OSX Catalina, R2019b Matlab version.

Rolfe Power
Rolfe Power on 31 Oct 2019
Edited: Rolfe Power on 31 Oct 2019
Same problem here on Fedora 31 with R2019b. When attempting to open the property inspector either through the gui or calling inspect on the plot handle, I get:
Exception in thread "AWT-EventQueue-0": java.lang.NullPointerException
at com.mathworks.page.plottool.propertyinspectormanager.PropertyInspectorManager$2.run(PropertyInspectorManager.java:167)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Following this, any attempt to open a property inspector (even of a different plot) presents an empty window.
  1 Comment
yashvini shukla
yashvini shukla on 30 Jul 2020
I have the same issue, was anyone able to solve this?

Sign in to comment.


Han HU
Han HU on 23 Sep 2020
I have solved this problem by disable the web proxy. Hope this will help others.

guodong yao
guodong yao on 17 Nov 2022
i have the same question after mac os updated to ventura. how to fix it

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!