public class DronningerTest { public static void main(String[] args) { Dronninger d = new Dronninger(8); d.loes(0); d.printBrett(); } }