Why do I receive a Java error when I attempt to click and drag a waitbar in MATLAB 7.0 (R14)?
Show older comments
I receive the following error when I attempt to click and drag a waitbar:
java.lang.NullPointerException
at com.mathworks.mwt.MWCombobox$EventHandler.mouseEntered(MWCombobox.java:962)
at com.mathworks.mwt.text.MWTextComponent$TextComponentMouseListener.mouseEntered(MWTextComponent.java:2143)
at java.awt.AWTEventMulticaster.mouseEntered(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at com.mathworks.mwt.MWComponent.processMouseEvent(MWComponent.java:536)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.trackMouseEnterExit(Unknown Source)
<snip>
Accepted Answer
More Answers (0)
Categories
Find more on App Building in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!