class Trad implements Runnable { private Spiller sp; private int antTrekk; // Forbereder ny spillomgang public Trad(Spiller sp, int antTrekk) { this.sp = sp; this.antTrekk = antTrekk; } public void run() { for (int i=0; i