MarcvsHR / Gosling

Happy Little Audio Manager
0 stars 0 forks source link

Null check on table when selecting row #1

Closed MarcvsHR closed 3 years ago

MarcvsHR commented 3 years ago
try {

            //TODO: CHECK IF TABLE IS EMPTY
            openMP3(songDatabaseTable.getSelectionModel().getSelectedItem().getFileLoc());
        } catch (Exception e) {
            logger.error("nothing found on double click",e);
        }
PROdotes commented 3 years ago

fixed