TAILIEUCHUNG - Beginning Java SE 6 Platform From Novice to Professional phần 3

Bạn sẽ tìm hiểu về màn hình Splash và API khay hệ thống sau này trong chương này. API Desktop sẽ giúp thu hẹp khoảng cách giữa Java và các ứng dụng bản địa chạy trên máy tính để bàn trong hai cách: • Nó cho phép các ứng dụng Java để khởi động các ứng dụng liên quan với các loại tập tin cụ thể cho các mục đích của việc mở cửa | CHAPTER 3 GUI Toolkits AWT The Abstract Windowing Toolkit AWT is the foundation for both AWT-based and Swing-based GUIs. This chapter explores most of the new and improved features that Java SE 6 brings to the AWT Desktop API Dynamic layout Improved support for non-English locale input New modality model and API Splash Screen API System Tray API XAWT support on Solaris Desktop API Java has traditionally faired better on servers and gadgets than on desktops. Sun s desire to improve Java s fortunes on the desktop is evidenced by three major new APIs Desktop Splash Screen and System Tray. This section explores the Desktop API. You will learn about the Splash Screen and System Tray APIs later in this chapter. The Desktop API helps to bridge the gap between Java and native applications that run on the desktop in two ways It enables Java applications to launch applications associated with specific file types for the purposes of opening editing and printing documents based on those types. For example the .wmv file extension is often associated with Windows Media Player on Windows platforms. A Java application could use the Desktop API to launch Windows Media Player or whatever application associates with .wmv to open play WMV-based movies. 79 80 CHAPTER 3 GUI TOOLKITS AWT It enables Java applications to launch the default web browser with specific Uniform Resource Identifiers URIs and launch the default e-mail client. Note The Desktop API originated with the JDesktop Integration Components JDIC project https . According to its FAQ JDIC s mission is to make Java technology-based applications Java applications first-class citizens of current desktop platforms without sacrificing platform independence. The class implements the Desktop API. This class provides a public static Desktop getDesktop method that your Java application calls to return a Desktop instance. Using this instance the application invokes methods to launch the default mail

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.