PuffinPlot issue tracker

Bug: a88/737

ID : 73731669-0ed2-4c52-8425-c31ab5033a4d
Short name : a88/737
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Tue, 14 Apr 2009 05:14:34 +0000
Target : 1.0
Summary : Check that PuffinPlot is being started correctly [51]

Comment: --------- Comment ---------
ID: 126ea12d-55c9-48f0-9020-eb46a49c0a02
Short name: a88/737/126
From: Pontus Lurcock <pont@talvi.net>
Date: Tue, 14 Apr 2009 05:14:34 +0000

I think Swing applications should theoretically always be started from
the event dispatch thread -- if startup is initiated through main(),
you need to to a callback. Check if this is so, and do it if necessary.

Comment: --------- Comment ---------
ID: 20649a02-79c0-4b76-a872-eb54401594d2
Short name: a88/737/206
From: Pontus Lurcock <pont@talvi.net>
Date: Thu, 16 Apr 2009 01:06:39 +0000

PP now starts via a java.awt.EventQueue.invokeLater.