source: documented-example-collections/trunk/gsarch-e/index/assoc/46D48930.dir/gathererApplet_diff@ 18738

Last change on this file since 18738 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

  • Property svn:executable set to *
File size: 404 bytes
Line 
1173d172
2<
3188,201d186
4<
5< // If there was an open collection last session, reopen it
6< new OpenCollectionFromLastTimeTask().start();
7< }
8<
9<
10< /** This is in it's own thread because this action cannot happen on the GUI thread. */
11< private class OpenCollectionFromLastTimeTask
12< extends Thread
13< {
14< public void run()
15< {
16< Gatherer.c_man.openCollectionFromLastTime();
17< }
Note: See TracBrowser for help on using the repository browser.