Ignore:
Timestamp:
2004-05-13T20:52:00+12:00 (20 years ago)
Author:
davidb
Message:

General improvements to the Collaging code, including
support options specified in Collasge classify line
in collectin configuration file control some of the
runtime aspects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/java/org/nzdl/gsdl/GsdlCollageApplet/Display.java

    r6816 r7334  
    2525    try {
    2626
    27         System.err.println("@@@DISPLAY");
     27        System.err.println("Started display thread.");
    2828
    2929        Thread curr_thread = Thread.currentThread();
     
    3636        }
    3737
    38         System.err.println("###DISPLAY");
     38        System.err.println("Stopped display thread.");
    3939       
    4040    } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.