zackfuqua / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

FrameSequencerTool bugs #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. openFrameSequencerTool(makeMovie())

The tool opens, but the "Add image" and "Change Frames Per Second" buttons
do not work.

Original issue reported on code.google.com by bgbu...@gmail.com on 6 Aug 2009 at 7:09

GoogleCodeExporter commented 8 years ago

Original comment by bjdorn@gmail.com on 9 Nov 2009 at 7:38

GoogleCodeExporter commented 8 years ago
Changes made to FileChooser and SimpleInput to ensure thread safety were 
causing an
exception when executed in this instance (already on the AWT-EventQueue).  
Tests have
been inserted to bypass the invokeAndWait calls in this scenario.

Original comment by bjdorn@gmail.com on 3 Dec 2009 at 3:58