#BlueJ class context comment0.params=args comment0.target=void\ main(java.lang.String[]) comment0.text=\n\ Main\ method\ for\ starting\ the\ player\ from\ a\ command\ line.\n comment1.params= comment1.target=MusicPlayerGUI() comment1.text=\n\ Create\ a\ SoundPlayer\ and\ display\ its\ GUI\ on\ screen.\n comment10.params=evt comment10.target=void\ actionPerformed(java.awt.event.ActionEvent) comment10.text=\n\ ActionListener\ method\ for\ changes\ of\ format\ combo\ box.\n\ When\ this\ method\ is\ called,\ the\ user\ has\ made\ a\ new\ selection\ \n\ in\ the\ combo\ box.\n\ @param\ evt\ The\ event\ details.\n comment11.params=ordering comment11.target=void\ setListOrdering(java.lang.String) comment11.text=\n\ Set\ the\ ordering\ of\ the\ track\ list.\n\ @param\ ordering\ The\ ordering\ to\ use.\n comment12.params=trackList comment12.target=java.lang.String[]\ getTracksDisplayList(java.util.List) comment12.text=\n\ Get\ a\ display\ version\ of\ the\ track\ list.\n\ @param\ trackList\ The\ list\ of\ tracks\ to\ be\ displayed.\n\ @return\ The\ tracks\ in\ display\ format.\n comment13.params= comment13.target=void\ makeFrame() comment13.text=\n\ Create\ the\ complete\ application\ GUI.\n comment14.params=e comment14.target=void\ actionPerformed(java.awt.event.ActionEvent) comment15.params=e comment15.target=void\ actionPerformed(java.awt.event.ActionEvent) comment16.params=e comment16.target=void\ actionPerformed(java.awt.event.ActionEvent) comment17.params=e comment17.target=void\ actionPerformed(java.awt.event.ActionEvent) comment18.params= comment18.target=void\ makeMenuBar() comment18.text=\n\ Create\ the\ main\ frame's\ menu\ bar.\n comment19.params=e comment19.target=void\ actionPerformed(java.awt.event.ActionEvent) comment2.params= comment2.target=void\ play() comment2.text=\n\ Play\ the\ sound\ file\ currently\ selected\ in\ the\ file\ list.\ If\ there\ is\ no\n\ selection\ in\ the\ list,\ or\ if\ the\ selected\ file\ is\ not\ a\ sound\ file,\ \n\ do\ nothing.\n comment20.params=e comment20.target=void\ actionPerformed(java.awt.event.ActionEvent) comment3.params= comment3.target=void\ stop() comment3.text=\n\ Stop\ the\ currently\ playing\ sound\ file\ (if\ there\ is\ one\ playing).\n comment4.params= comment4.target=void\ pause() comment4.text=\n\ Stop\ the\ currently\ playing\ sound\ file\ (if\ there\ is\ one\ playing).\n comment5.params= comment5.target=void\ resume() comment5.text=\n\ Resume\ a\ previously\ suspended\ sound\ file.\n comment6.params=message comment6.target=void\ showInfo(java.lang.String) comment6.text=\n\ Display\ information\ about\ a\ selected\ sound\ file\ (name\ and\ clip\ length).\n\ @param\ message\ The\ message\ to\ display.\n comment7.params= comment7.target=void\ quit() comment7.text=\n\ Quit\ function\:\ quit\ the\ application.\n comment8.params= comment8.target=void\ showAbout() comment8.text=\n\ About\ function\:\ show\ the\ 'about'\ box.\n comment9.params=evt comment9.target=void\ stateChanged(javax.swing.event.ChangeEvent) comment9.text=\n\ ChangeListener\ method\ for\ slider\ changes.\ This\ method\ is\ called\n\ when\ the\ slider\ value\ is\ changed\ by\ the\ user.\n\ @param\ evt\ The\ event\ details.\n numComments=21