262728293031323334
public PhoneBook(){ super(); //b5.1 //create the OrderedDictionary, passing a Comparator to its constructor od_ = new jdsl.core.ref.RedBlackTree(new ComparableComparator()); //e5.1 setupPanel();//takes care of visual components }