128129130131132133134135136137138
synchronized(sl) { sl.notifyAll(); } } }); geometry.download(); synchronized(sl) { sl.wait(); }