GUI components such as windows and labels are, in fact, objects. JFrame is a class and the GUI component window can be created by using a JFrame object. Various attributes are associated with a window. For example:
- Every window has a title.
- Every window has width and height.
No comments:
Post a Comment