Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 7 ppt
... entries import javax.swing.JButton; import javax.swing.JApplet; import javax.swing.JPanel; import javax.swing.BorderFactory; import javax.swing.SwingUtilities; import java. awt.GridLayout; import java. awt.FlowLayout; import ... KEY_RELEASED Those defined in the FocusEvent class are: FOCUS_GAINED FOCUS_LOST 877 Handling Events 21 _56 874 4 ch18.qxd 11/23/04 9:40 PM Page 877 Figure 18-9 H...
Ngày tải lên: 13/08/2014, 18:20
... following: 13 27 Talking to Databases 27 _56 874 4 ch24.qxd 11/23/04 9:41 PM Page 13 27 import java. sql.DriverManager; import java. sql.Connection; import java. sql.Statement; import java. sql.ResultSet; import java. sql.SQLException; public ... 0 Beginning ANSI C++: The Complete Language, Third Edition 59 Warning: Message: Data truncation SQL state: 01004 Vendor code: 0 1...
Ngày tải lên: 13/08/2014, 18:20
... Data Horton, Ivor. Ivor Horton’s Beginning Java 2, JDK 5 Edition / Ivor Horton. p. cm. Includes index. ISBN 0 -76 45- 6 874 -4 (paper/website) 1. Java (Computer program language) I. Title: Ivor Horton’s Beginning ... Ivor Horton’s Beginning Java ™ 2, JDK ™ 5 Edition Published by Wiley Publishing, Inc. 104 75 Crosspoint Boulevard Indianapolis, IN 46...
Ngày tải lên: 13/08/2014, 18:20
Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 2 pot
... 3 samples[4].length is 5 samples[0][0] samples [5] [0] samples [5] samples [5] [1] samples [5] [2] samples [5] [3] samples [5] [4] samples [5] [5] 150 Chapter 4 07 _56 874 4 ch04.qxd 11/23/04 9:30 PM Page 150 The program ... 6 4! is 24 5! is 120 6! is 72 0 7! is 50 40 8! is 40320 9! is 362880 10! is 3628800 12! is 479 001600 14! is 871 78291200 16! is 2092 278 9888000 18! is 6402...
Ngày tải lên: 13/08/2014, 18:20
Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 3 docx
... { System.out.println(average(1.0,2.0,3.0,4.0 ,5. 0)); System.out.println(average(3.14, 1.414, 1 .73 2)); 2 97 Extending Classes and Inheritance 09 _56 874 4 ch06.qxd 11/23/04 9:29 PM Page 2 97 The getFirst() and getNext() ... now be: It’s Fido the Chihuahua It’s Lassie the Unknown 277 Extending Classes and Inheritance 09 _56 874 4 ch06.qxd 11/23/04 9:29 PM Page 277 class ListItem { // Co...
Ngày tải lên: 13/08/2014, 18:20
Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 4 ppsx
... file: import java. io.File; import java. io.FileOutputStream; import java. io.IOException; import java. io.FileNotFoundException; import java. nio.ByteBuffer; import java. nio.CharBuffer; import java. nio.channels.FileChannel; import ... the position and the limit with the statement: buf.limit (51 2).position( 256 ); 4 37 Writing Files 13 _56 874 4 ch10.qxd 11/23/04 9:29 PM Page 4 37...
Ngày tải lên: 13/08/2014, 18:20
Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 5 pot
... 324 42 50 8 621 653 480 236 1 79 3 324 31 1 27 170 72 4 54 6 Sorted values are: 1 31 42 110 124 1 27 136 152 170 236 324 324 3 47 480 50 8 51 4 52 7 54 6 56 5 57 2 58 9 6 05 616 621 653 72 4 72 4 7 65 79 3 832 Original ... values; } 59 6 Chapter 13 16 _56 874 4 ch13.qxd 11/23/04 9:32 PM Page 59 6 The output should be along the lines of the following: Original values...
Ngày tải lên: 13/08/2014, 18:20
Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 6 doc
... synchronized list for storing transactions: 76 2 Chapter 16 19 _56 874 4 ch16.qxd 11/23/04 9: 37 PM Page 76 2 amount = 50 + rand.nextInt(26); // Generate amount of $50 to $ 75 transaction = new Transaction(account, ... results something like the following: Original balance : $50 0 Total credits : $1 252 74 7 Threads 19 _56 874 4 ch16.qxd 11/23/04 9: 37 PM Page 74 7 Exercises You can...
Ngày tải lên: 13/08/2014, 18:20
Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 8 pps
... Coordinates rect 100 25 50 10,10 30 AffineTransform at = getTranslateInstance( 25, 30); Shape transRect = at.createNewShape(rect); x y 35, 40 transRect 1 059 Extending the GUI 23 _56 874 4 ch20.qxd 11/23/04 ... statements: import java. awt.GraphicsEnvironment; import javax.swing.JList; import javax.swing.ListSelectionModel; import javax.swing.JScrollPane; import javax.swing.event.ListSel...
Ngày tải lên: 13/08/2014, 18:20
Ivor Horton’s Beginning Java 2, JDK 5 Edition phần 9 pot
... provided by a DTD or some other mechanism such as an XML Schema. 1 177 Java and XML 25_ 56 874 4 ch22.qxd 11/23/04 9:38 PM Page 1 177 parser = spf.newSAXParser(); System.out.println(“Parser object is: ... arise with the parser supplied with the JDK though, because it supports both of these features. 11 97 Java and XML 25_ 56 874 4 ch22.qxd 11/23/04 9:38 PM Page 11 97 An important a...
Ngày tải lên: 13/08/2014, 18:20