Đang chuẩn bị liên kết để tải về tài liệu:
Introduction to java programming: Chapter 29 - Menus, Toolbars, Dialogs, and Internal Frames

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Introduction to java programming: Chapter 29 - Menus, Toolbars, Dialogs, and Internal Frame's Objectives is to create menus; learn the menu components JMenuBar, JMenu, JPopupMenu JMenuItem, JCheckBoxMenuItem, and JRadioButtonMenuItem; create popup menus; use JToolBar to create tool bars. | Chapter 29 Menus Toolbars Dialogs and Internal Frames Liang Introduction to Java Programming Fifth Edition c 2005 Pearson Education Inc. All rights reserved. 0-13-148952-6 1 Objectives To create menus 29.2 . To learn the menu components JMenuBar JMenu JPopupMenu JMenuItem JCheckBoxMenuItem and JRadioButtonMenultem 29.2 . To create popup menus 29.3 . To use JToolBar to create tool bars 29.4 . To use the Action objects to generalize the code for processing action 29.5 . To create standard dialogs using the JOptionPane class 29.6 . To extend the JDialog class to create custom dialogs 29.7 . To select colors using JColorChooser 29.8 . To use JFileChooser to display Open and Save File dialogs 29.9 . To create internal frames using JInternalFrame 29.10 . Liang Introduction to Java Programming Fifth Edition c 2005 Pearson Education Inc. All 2 rights reserved. 0-13-148952-6 2 Menus Java provides several classes JMenuBar JMenu JMenultem JCheckBoxMenuItem and JRadioButtonMenuItem to implement menus in a frame. A JFrame or JApplet can hold a menu bar to which the pull-down menus are attached. Menus consist of menu items that the user can select or toggle on or off . Menu bars can be viewed as a structure to support menus. Liang Introduction to Java Programming Fifth Edition c 2005 Pearson Education Inc. All rights reserved. 0-13-148952-6