It has a base class of JFrame which has been extended, ie you have added custom functionality to the JFrame object. ALl methods from JFrame class are kept and used as normal, this is indeed why a...