Overwrites the add()-method in order to add new elements to the top level scroll pane only;
this is necessary because the contents of a CustomPanel dont have to be added to the panel
(which is a scroll pane) directly but to its child panel (which is a real JPanel)
Overwrites the add()-method in order to add new elements to the top level scroll pane only;
this is necessary because the contents of a CustomPanel dont have to be added to the panel
(which is a scroll pane) directly but to its child panel (which is a real JPanel)
Adds a new track to the album and appends it to the list of tracks; resulting from that all
tracks have to be appended ordered, there is no sorting mechanism for them