// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) // Source File Name: TD2.java class TD2 extends Thread { TD2(LD2 o, int ss, String tarNam) { na = o; s = ss; trn = tarNam; } public void run() { na.l111l1(s, trn); } LD2 na; int s; String trn; }