views:

224

answers:

1

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