static JList jlist(L l) { new JList list; fillListWithStrings(list, l); ret list; }