Quantcast
Viewing all articles
Browse latest Browse all 19

Loading Data from ArrayList Unto a DefaultTableModel

Please I am trying to load data stored in an ArrayList unto a DefaultTableModel but I dont see the data coming up. please review my code below. // this is to save to the array. ArrayList<MusicEdit> musiclist = new ArrayList<MusicEdit>(); code = Integer.parseInt(txtAddMusicCode.getText()); title = txtAddMusicTitle.getText(); artist = txtAddMusicArtist.getText(); price = Integer.parseInt(txtAddMusicprice.getText()); MusicEdit s = […]

The post Loading Data from ArrayList Unto a DefaultTableModel appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 19

Trending Articles