The JFC Swing Tutorial (Paperback)
暫譯: JFC Swing 教程 (平裝本)
Kathy Walrath, Mary Campione
- 出版商: Addison Wesley
- 出版日期: 1999-06-17
- 定價: $1,880
- 售價: 8.0 折 $1,504
- 語言: 英文
- 頁數: 976
- 裝訂: Paperback
- ISBN: 0201433214
- ISBN-13: 9780201433210
-
相關分類:
Java 程式語言
立即出貨(限量)
買這商品的人也買了...
-
Fundamentals of Data Structures in C++$1,050$1,029 -
Visual C++ 6 教學手冊 (Beginning Visual C++ 6)$580$458 -
JDBC API Tutorial and Reference, 2/e (Paperback)$1,800$1,764 -
Java Foundation Classes in a Nutshell$1,760$1,672 -
$399Building Java Enterprise Systems with J2EE (Paperback) -
Operating System Concepts, 6/e$1,050$1,029 -
C++ Primer, 3/e 中文版$980$774 -
Introduction to Algorithms, 2/e (Hardcover)$990$970 -
$1,320Enterprise JavaBeans Component Architecture: Designing and Coding Enterprise App -
802.11 Wireless Networks: The Definitive Guide$1,620$1,539 -
Operating System Concepts, 6/e (Windows XP Update)$1,050$1,029 -
ASP.NET 程式設計徹底研究$590$466 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
JSP 2.0 技術手冊$750$593 -
Linux 程式設計教學手冊$780$616 -
深入淺出設計模式 (Head First Design Patterns)$880$695 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
show me Office 2007 應用$480$408 -
程式之美-微軟技術面試心得$490$387 -
Short Coding 寫出簡潔好程式-短碼達人的心得技法$480$374 -
Ubuntu 8.10 Linux 全方位學習$540$427 -
ASP.NET 專題實務-使用 C#$650$514 -
圖解資料結構$380$296 -
Google Android SDK 開發範例大全$750$593
相關主題
商品描述
Description
Developed and co-written by the lead writer on the Swing team, this book covers everything you need to know to write GUIs that use Swing components. The JFC Swing Tutorial uses a task-oriented, example-driven approach to introduce you to fundamental concepts and applications. Designed to be read either cover-to-cover or as a quick reference, this book explains how to use each Swing component, perform layout, do basic drawing, and convert 1.1 AWT programs to Swing. This book covers Swing 1.1.1.
An appendix lists the complete source code for dozens of example applications and applets. The CD-ROM includes Swing 1.1.1, JDK 1.1, the Java 2 Platform, and the hypertext version of all three Java Tutorial books. ![]()
Table Of Contents
GETTING STARTED WITH SWING.
2. Compiling and Running Swing Programs.
3. Running Swing Applets.
4. A Quick Tour of a Swing Application's Code.
FEATURES AND CONCEPTS.
6. Layout Management.
7. Event Handling.
8. Painting.
9. Threads and Swing.
10. More Swing Features and Concepts.
11. The Anatomy of a Swing-Based Program.
USING SWING COMPONENTS.
13. The JComponent Class.
14. Using Top-Level Containers.
15. Using Intermediate Swing Containers.
16. Using Atomic Components.
17. Solving Common Component Problems.
LAYING OUT COMPONENTS.
19. Creating a Custom Layout Manager.
20. Doing Without a Layout Manager (Absolute Positioning).
21. Solving Common Layout Problems.
USING OTHER SWING FEATURES.
WRITING EVENT LISTENERS.
23. General Rules for Writing Event Listeners.
24. Listeners Supported by Swing Components.
25. Implementing Listeners for Commonly Handled Events.
26. Summary of Listener API.
27. Solving Common Event-Handling Problems.
WORKING WITH GRAPHICS.
29. Using Graphics Primitives.
30. Using Images.
31. Performing Animation.
32. Solving Common Graphics Problems.
CONVERTING TO SWING.
34. How to Convert.
35. Conversion Resources.
36. Solving Common Conversion Problems.
Appendix A: Code Examples.
Appendix B: Reference.
Index. 0201433214T04062001
商品描述(中文翻譯)
描述
由 Swing 團隊的首席作者開發並共同撰寫,本書涵蓋了撰寫使用 Swing 元件的 GUI 所需的所有知識。《JFC Swing 教程》採用以任務為導向、以範例為驅動的方法,向您介紹基本概念和應用。該書設計為可以從頭到尾閱讀或作為快速參考,解釋如何使用每個 Swing 元件、執行佈局、進行基本繪圖,以及將 1.1 AWT 程式轉換為 Swing。本書涵蓋 Swing 1.1.1。附錄列出了數十個範例應用程式和小應用程式的完整源代碼。CD-ROM 包含 Swing 1.1.1、JDK 1.1、Java 2 平台,以及所有三本 Java 教程書的超文本版本。
適合的課程
進階 Java 程式設計。
目錄
開始使用 Swing。
1. 關於 JFC 和 Swing。
2. 編譯和運行 Swing 程式。
3. 運行 Swing 小應用程式。
4. Swing 應用程式代碼的快速導覽。
特性和概念。
5. 元件和包含層次結構。
6. 佈局管理。
7. 事件處理。
8. 繪圖。
9. 執行緒和 Swing。
10. 更多 Swing 特性和概念。
11. 基於 Swing 的程式的結構。
使用 Swing 元件。
12. Swing 元件的視覺索引。
13. JComponent 類。
14. 使用頂層容器。
15. 使用中介 Swing 容器。
16. 使用原子元件。
17. 解決常見元件問題。
佈局元件。
18. 使用佈局管理器。
19. 創建自定義佈局管理器。
20. 不使用佈局管理器(絕對定位)。
21. 解決常見佈局問題。
使用其他 Swing 特性。
撰寫事件監聽器。
22. 一些簡單的事件處理範例。
23. 撰寫事件監聽器的一般規則。
24. Swing 元件支持的監聽器。
25. 為常見事件實現監聽器。
26. 監聽器 API 總結。
27. 解決常見事件處理問題。
處理圖形。
28. 自定義繪圖概述。
29. 使用圖形原語。
30. 使用圖像。
31. 執行動畫。
32. 解決常見圖形問題。
轉換為 Swing。
33. 為什麼要轉換。
34. 如何轉換。
35. 轉換資源。
36. 解決常見轉換問題。
附錄 A:代碼範例。
附錄 B:參考。
索引。 0201433214T04062001
