But if the super class doesn't have a constructor that matches the parameters, then you must call the appropriate non-matching super class constructor. public class LightBlue extends java.awt.Color { public LightBlue() { // There is no Color() constructor, we must specify the suitable super class // constructor. More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.