Java Reference
In-Depth Information
815
12. A frame contains a menu bar. The menu bar contains menus. A menu contains
submenus and menu items.
13. Menu items generate action events.
14. You should learn to navigate the API documentation to find out more about
user-interface components.
FURTHER READING
1. Cay S. Horstmann and Gary Cornell, Core Java 2 Volume 1:
Fundamentals, 7th edition, Prentice Hall, 2004.
2. Kim Topley, Core Java Foundation Classes, 2nd edition, Prentice Hall,
2002.
CLASSES, OBJECTS, AND METHODS INTRODUCED IN THIS
CHAPTER
java.awt.BorderLayout
CENTER
EAST
NORTH
SOUTH
WEST
java.awt.Container
setLayout
java.awt.FlowLayout
java.awt.Font
java.awt.GridLayout
javax.swing.AbstractButton
isSelected
setSelected
javax.swing.ButtonGroup
add
javax.swing.ImageIcon
javax.swing.JCheckBox
javax.swing.JComboBox
addItem
getSelectedItem
isEditable
Search WWH ::




Custom Search