Play audio slide show -- Keyboard shortcut: 'x'  Back to slide -- Keyboard shortcut: 'u'        next  Play sound for this slide -- Keyboard shortcut: 'y'  Spillekort-i-KortSpil - En skitse af den statiske indlejring af klassen Spillekort i KortSpil.Lecture 4 - slide 30 : 33
Program 1

public class KortSpil{

  static public class Spillekort{
    // Konstanter, instansvariable
    // konstruktorer og metoder.  
  }
  
  public Spillekort[] bunke = new Spillekort[52];

  // KortSpil konstruktorer og metoder.

}