dennisegen / MOST

MOST - Metabolic Optimization and Simulation Tool
3 stars 4 forks source link

GDBB dialog strange error in Eclipse - but runs fine as jar #93

Closed jimkell closed 10 years ago

jimkell commented 10 years ago

If GDBB run multiple times, the stranges error is thrown: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 7 >= 6 for the line of code: textInput.setVisible(true); in method gdbbItem.addActionListener(new ActionListener() {

This bug is really not a problem, since when running MOST as an executable jar, multiple runs of GDBB work fine

jimkell commented 10 years ago

This issue is causing problems in Linux. Since it is more serious than once thought, a new issue will be created describing the problem.