class Figur { static String punkt = "*"; void tegn() { System.out.println("Tegner..."); } }