Components
Components are graphical user interface (GUI) widgets like checkboxes,
menus, windows, buttons, text fields, applets, and more.
In Java all components are subclasses of java.awt.Component. Subclasses of Component include
	- Canvas
	
 - TextField
	
 - TextArea
	
 - Label
	
 - List
	
 - Button
	
 - Choice
	
 - Checkbox
	
 - Frame
	
 - JButton
	
 - JLabel
	
 - JComboBox
	
 - JMenu
 
Components paint themselves.
Previous | Next | Top
Last Modified June 10, 1999
Copyright 1997, 1999 Elliotte Rusty Harold
elharo@metalab.unc.edu