static JList makeList(S... strings) { new JList list; fillListWithStrings(list, strings); ret list; }