To quote the API for AbstractBorder:


And to quote the Oracle description on Abstract classes


A class is declared abstract because it lacks some type of implementation. In the case of...