I have the following file saved as a .txt
:
I Did It Your Way, 11.95
The History of Scotland, 14.50
Learn Calculus in One Day, 29.95
Feel the Stress, 18.50
Great Poems, 12.95
Europe on a Shoestring, 10.95
The Life of Mozart, 14.50
I need to display the title of the books and the prices on different JList
s in Java. How do I do that?
Also if I have an array with two values (once I separate the title from the price) how do I copy the title and price into their respective arrays?