M
MikeSmith813
I have a HashMap and I need to fill a 2-dimential array, Object[][],
with the key-value pairs. I need to do this to supply a JTable with
the data from the HashMap.
I do not know what data is in the HashMap or what the key names are.
Can someone please show me how to do this?
Thanks!
with the key-value pairs. I need to do this to supply a JTable with
the data from the HashMap.
I do not know what data is in the HashMap or what the key names are.
Can someone please show me how to do this?
Thanks!