import java.util.*; public class Tekster_en extends ListResourceBundle { static final Object[][] contents = new String[][] { { "Kl_", "Time of day : " }, { "Dato_", "Date : " }, { "Tid_", "Time : " }}; public Object[][] getContents() { return contents; } }