TAILIEUCHUNG - java programming language basics phần 9

Xây dựng tiêu đề cửa sổ được thiết lập bằng cách gọi phương thức getString trên ResourceBundle, và đi qua các từ khóa mà các bản đồ các văn bản tiêu đề. Bạn phải vượt qua các từ khóa chính xác như nó xuất hiện trong các tập tin bản dịch, hoặc bạn sẽ nhận được một lỗi thời gian chạy cho thấy nguồn tài nguyên không có sẵn. | Java TM Language Basics Part 2 Lesson 6 Internationalization http Programming BasicJava2 Constructor The window title is set by calling the getstring method on the ResourceBundle and passing it the keyword that maps to the title text. You must pass the keyword exactly as it appears in the translation file or you will get a runtime error indicating the resource is unavailable. RMIClient1 Set window title setTitle title The next thing the constructor does is use the args parameter to look up the remote server object. If there are any errors in this process the catch statements get the applicable error text from the ResourceBundle and print it to the command line. User interface objects that display text such as JLabel and JButton are created in the same way Create left and right column labels col1 new JLabel 1col col2 new JLabel 2col . Create buttons and make action listeners purchase new JButton purchase this reset new JButton reset this actionPerformed Method In the actionPerformed method the Invalid Value error is caught and translated if 0 Catch invalid number error try applesNo catch e invalid else 0 The actionPerformed method calculates item and cost totals translates them to the correct format for the language currently in use and displays them in the user interface. Internationalize Numbers A NumberFormat object is used to translate numbers to the correct format for the language currently in use. To do this a NumberFormat 8 of 12 21-04-2000 17 34 Java TM Language Basics Part 2 Lesson 6 Internationalization http Programming BasicJava2 object is created from the

TỪ KHÓA LIÊN QUAN
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.