luisneiva / graf-framework

Automatically exported from code.google.com/p/graf-framework
0 stars 0 forks source link

GRAF hangs after file chooser / disappears / does nothing #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the controller class
2. load any .modletest file
3. watch GRAF do nothing

What is the expected output? What do you see instead?

The expected output is the GRAF animator running but all i see is nothing

Please use labels and text to provide additional information.

Original issue reported on code.google.com by hamish.a...@gmail.com on 26 Sep 2010 at 9:46

GoogleCodeExporter commented 9 years ago
This is caused by some detail of how Hamish's laptop is set up. Something about 
SelectListeners and JFrames and JFileChoosers. The old file chooser code 
worked. Provisional solution: comment out the top part of 
View.openFileChooser() and uncomment the bottom part to use the old working 
file chooser.

Original comment by oscar...@gmail.com on 27 Sep 2010 at 8:53