Why do I receive a "java.lang.ArrayIndexOutOfBoundsException" error in MATLAB 7.0 (R14) when starting GUIDE?
Afficher commentaires plus anciens
When I start GUIDE by entering the following command at the MATLAB 7.0 (R14) prompt on Windows XP:
guide
I receive the following "java.lang.ArrayIndexOutOfBoundsException" error:
Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException: -2
at com.mathworks.mwt.MWGroupbox.initColors(MWGroupbox.java:571)
at com.mathworks.mwt.MWGroupbox.bufferedPaint(MWGroupbox.java:969)
at com.mathworks.mwt.MWPanel.paint(MWPanel.java:353)
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at java.awt.Container.paint(Unknown Source)
at com.mathworks.mwt.MWPanel.bufferedPaint(MWPanel.java:324)
at com.mathworks.mwt.MWPanel.paint(MWPanel.java:353)
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
<snip>
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Manage Products dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!