b0R1NGx
12/24/2019, 10:23 PMShawn
12/24/2019, 10:48 PMCannot access '<init>': it is private in 'Font'
means that the constructor is private, and the class is not meant to be instantiated directlyShawn
12/24/2019, 10:49 PMShawn
12/24/2019, 10:58 PMpublic Font(String name, int style, int size)
b0R1NGx
12/24/2019, 11:12 PMb0R1NGx
12/24/2019, 11:14 PMb0R1NGx
12/24/2019, 11:15 PM