Adrenaline 发表于 2025-3-30 09:08:39

Using the Windows Foundation Classes,C has been widely used by Windows programmers for several years and has good performance and a high degree of functionality. Most of the things that you can do using the WFC can be achieved using the Abstract Windowing Toolkit, but the AWT is not as mature and does not have as extensive a range of c

玷污 发表于 2025-3-30 16:06:06

Handling Exceptions,ny errors we could not prove it. However thoroughly an application is tested it is usually impossible to check every combination of input data and circumstance which may arise, some of which are outside the control of the programmer. An unexpected situation, such as running out of memory is a contin

ADJ 发表于 2025-3-30 20:30:10

http://reply.papertrans.cn/32/3156/315566/315566_53.png

相同 发表于 2025-3-30 23:52:08

Using Files,iting applications that will run on a single computer or a network with a known file system, this is a common situation, and Java is only one of many languages that you could use. If you are writing applets, however, your program could be run on any computer with an unknown organisation of files. Br

工作 发表于 2025-3-31 03:57:55

http://reply.papertrans.cn/32/3156/315566/315566_55.png

Orchiectomy 发表于 2025-3-31 08:41:54

Inheritance and Polymorphism,s by combining these working, fully tested classes. Often when building your applications you will find that you have created a class which has some of the behaviour that you want but is not exactly what you need. Fortunately Java allows you to take an existing class and to extend it to form the class you want using inheritance.

代替 发表于 2025-3-31 10:15:47

Event Handling,and keyboard events. In the next chapter we will be using the Abstract Windowing Toolkit (AWT) packages to create graphical interfaces and handling the events associated with these graphical components.

averse 发表于 2025-3-31 15:49:55

The Layout Managers,me of the examples in the previous chapter, you may have found that your programs did not look exactly the same as the figures. This is because you may have specified a different sized applet area in your HTML file, or have a different default font type and size where this is not controlled explicitly in the program.

Collision 发表于 2025-3-31 19:13:41

Handling Exceptions,cumstance which may arise, some of which are outside the control of the programmer. An unexpected situation, such as running out of memory is a contingency that few programmers are likely to have considered.

fibroblast 发表于 2025-3-31 22:11:43

http://reply.papertrans.cn/32/3156/315566/315566_60.png
页: 1 2 3 4 5 [6] 7
查看完整版本: Titlebook: Essential Visual J++ 6.0 fast; How to develop Java John Cowell Textbook 1999 Springer-Verlag London 1999 Debugging.Exception.Java.Java app