Frame can be implemented using class ____ (from the original AWT – java. awt) and its subclass ____ which is a part of the more flexible ____ graphics API.
Frame can be implemented using class Frame and its subclass JFrame which is a part of the more flexible Swing graphics API. Frame can be implemented using class Frame and its subclass JFrame which is a part of the more flexible Swing graphics API.
A lightweight component has no native screen resource of its own, so it is "lighter." A lightweight component relies on the screen resource from an ancestor in the containment hierarchy, possibly the underlying Frame object