JButton and next/previous object of treemap
- by supacat
I have this problem:
1) There are objects placed in the TreeMap through the JTextField. (Phonebook-like program).
2)There are buttons that implement view of available records in TreeMap.
When you click on these buttons next / previous available objects of TreeMap displaying in JTextField. (scroll through the available records).
I tried this…