Corwin72 wrote:forge-1.3.12-20130401.125222-4
Kodama's Reach had blank boxes for the lands that I was searching for. I could
X the boxes but I would not receive any lands in play or in hand.
Oh! Same issue as 7543021 has!
Corwin, please write down your system specs.
I'm particularly interested in CPU model, Java version and OS.
That must be the threads. Swing dialogs invoked from non-EDT thread are not guaranteed to work, the what myk has warned against. In this case I'll have to wrap them into invokeInEdtAndWait (or some similiar method)