How can I show my output in a tabular format. My datastructure is a hash map. Using swing. or i can print the table into a file instead. Thanks:-)
A:
Whether plain text file or JTable
, you'll need to iterate over the map.
The MYYN
2009-12-23 10:02:49