Re: Code review request: 7025699: Policy Tool is not accessible by keyboard

2013-10-15 Thread Leif Samuelsson
Thanks for the good feedback. We will make sure to move to move the GUI instantiation to the EDT and the file I/O to a worker thread. All other operations are event driven and therefore occur directly on the EDT. Leif On 2013-10-15 09:56, alexander potochkin wrote: Hello Well, performing I/

Re: Code review request: 7025699: Policy Tool is not accessible by keyboard

2013-10-17 Thread Leif Samuelsson
-15 10:00, Leif Samuelsson wrote: Thanks for the good feedback. We will make sure to move to move the GUI instantiation to the EDT and the file I/O to a worker thread. All other operations are event driven and therefore occur directly on the EDT. Leif On 2013-10-15 09:56, alexander potochkin