๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

COBOL Programmers Swing with Java, Second edition

โœ Scribed by E. Reed Doke


Tongue
English
Leaves
298
Edition
2
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Featuring the development of graphical user interfaces (GUI's) using the latest in Java swing components, this new edition of Java for the COBOL Programmer (Cambridge, 1999) provides COBOL programmers a clear, easy transition to Java programming by drawing on the numerous similarities between COBOL and Java. The authors introduce the COBOL programmer to the history of Java and object-oriented programming and then delve into the details of the Java syntax, always contrasting them with their parallels in COBOL. A running case study permits the reader to have an overall view of application development with Java. First Edition ISBN (Pb): 0-521-65892-6

โœฆ Table of Contents


Cover......Page 1
Half-title......Page 3
Title......Page 5
Copyright......Page 6
Dedication......Page 7
Contents......Page 9
Preface......Page 15
ACKNOWLEDGMENTS......Page 16
Introduction......Page 17
OBJECTIVES......Page 19
HISTORY AND OVERVIEW OF JAVA......Page 20
THE POPULARITY OF JAVA......Page 22
Java Is Simple......Page 24
Java Is Object-Oriented......Page 25
Java Is Portable......Page 26
WILL JAVA REPLACE COBOL?......Page 28
HOW TO USE THIS BOOK......Page 32
SUMMARY OF KEY POINTS IN CHAPTER 1......Page 34
BIBLIOGRAPHY......Page 35
OBJECTIVES......Page 37
HISTORY OF OO......Page 38
OBJECTS......Page 40
CLASSES......Page 41
DIAGRAMMING CLASSES AND OBJECTS......Page 42
CLASS RELATIONSHIPS......Page 44
INHERITANCE......Page 45
NOTES......Page 46
Aggregation......Page 48
Association......Page 50
OBJECT COMMUNICATION......Page 51
POLYMORPHISM......Page 53
DYNAMIC BINDING......Page 54
SUMMARY OF KEY POINTS IN CHAPTER 2......Page 55
BIBLIOGRAPHY......Page 56
OBJECTIVES......Page 57
NOTES......Page 58
NOTE......Page 61
NOTES......Page 62
WRITING COMMENTS IN JAVA......Page 63
NOTES......Page 65
CREATING OBJECTS......Page 66
NOTES......Page 70
NOTES......Page 72
WORKING WITH SUBCLASSES......Page 74
SUMMARY OF KEY POINTS IN CHAPTER 3......Page 80
OBJECTIVES......Page 82
COBOL PICTURE CLAUSE......Page 83
NOTE......Page 84
WRITING JAVA LITERALS......Page 86
THE SCOPE OF VARIABLES......Page 87
STRING VARIABLES......Page 88
NOTES......Page 89
NOTES......Page 90
NOTES......Page 91
CHANGING VARIABLE TYPES......Page 92
VARIABLES FOR COMMUNITY NATIONAL BANK......Page 95
SUMMARY OF KEY POINTS IN CHAPTER 4......Page 96
OBJECTIVES......Page 98
EXCEPTIONS......Page 99
CUSTOM EXCEPTION CLASSES......Page 103
A REVIEW OF PRIMITIVE DATA TYPES......Page 108
WRAPPER CLASSES......Page 109
ARITHMETIC OPERATORS......Page 114
THE MATH CLASS......Page 115
THE NumberFormat CLASS......Page 120
SUMMARY OF KEY POINTS IN CHAPTER 5......Page 123
OBJECTIVES......Page 124
THE if STATEMENT......Page 125
NOTES......Page 126
USING THE else CLAUSE......Page 128
NESTED if STATEMENTS......Page 130
WRITING COMPOUND CONDITIONS......Page 131
JAVAโ€™S CONDITIONAL OPERATOR......Page 132
CONDITION NAMES......Page 133
COMPUTING THE SERVICE CHARGE WITH if STATEMENTS......Page 134
CASE STRUCTURE: COBOL EVALUATE & JAVA switch......Page 137
COMPUTING THE SERVICE CHARGE USING SWITCH......Page 139
NOTES......Page 140
SUMMARY OF KEY POINTS IN CHAPTER 6......Page 142
OBJECTIVES......Page 145
THE COBOL PERFORM STATEMENT......Page 146
THE JAVA while STATEMENT......Page 148
NOTES......Page 149
NOTES......Page 150
NOTES......Page 153
THE JAVA for STATEMENT......Page 156
NOTES......Page 157
NESTED LOOPS......Page 159
NOTES......Page 161
PRODUCING A LOAN AMORTIZATION SCHEDULE......Page 162
SUMMARY OF KEY POINTS IN CHAPTER 7......Page 165
NOTES......Page 167
DECLARING ONE-DIMENSIONAL ARRAYS......Page 168
NOTES......Page 169
NOTES......Page 170
NOTES......Page 171
CREATING STRING ARRAYS......Page 173
NOTES......Page 174
DECLARING TWO-DIMENSIONAL ARRAYS......Page 176
NOTES......Page 177
POPULATING TWO-DIMENSIONAL ARRAYS......Page 178
NOTES......Page 182
SEARCHING ARRAYS......Page 183
SUMMARY OF KEY POINTS IN CHAPTER 8......Page 187
OBJECTIVES......Page 189
JAVAโ€™S I-O CLASS LIBRARY (java.io)......Page 190
SEQUENTIAL FILE I-O......Page 191
DATABASE ACCESS......Page 197
OBJECT SERIALIZATION......Page 205
SUMMARY OF KEY POINTS IN CHAPTER 9......Page 211
OBJECTIVES......Page 213
JAVAโ€™S SWING COMPONENTS......Page 214
EVENT-DRIVEN PROGRAMMING......Page 215
JFRAME: DISPLAYING & CLOSING A WINDOW......Page 217
JLABEL: ADDING LABELS TO A WINDOW......Page 219
JTEXTFIELD: ADDING TEXT FIELDS TO A WINDOW......Page 221
JBUTTON: ADDING BUTTONS TO A WINDOW......Page 225
HOW JAVA HANDLES EVENTS......Page 229
IMPROVING THE WINDOW LAYOUT......Page 230
CREATING DROP-DOWN MENUS......Page 236
WRITING APPLETS......Page 241
SUMMARY OF KEY POINTS IN CHAPTER 10......Page 243
OBJECTIVES......Page 245
DEVELOPING OBJECT-ORIENTED SYSTEMS......Page 246
OO METHODOLOGIES......Page 247
OO ANALYSIS......Page 248
OO DESIGN......Page 249
THREE-TIER DESIGN......Page 251
ARCHITECTURE ISSUES......Page 262
PERFORMANCE ISSUES......Page 263
SUMMARY OF KEY POINTS IN CHAPTER 11......Page 264
BIBLIOGRAPHY......Page 265
Glossary......Page 267
Index......Page 276


๐Ÿ“œ SIMILAR VOLUMES


COBOL Programmers Swing with Java, Secon
โœ E. Reed Doke ๐Ÿ“‚ Library ๐ŸŒ English

Featuring the development of graphical user interfaces (GUI's) using the latest in Java swing components, this new edition of Java for the COBOL Programmer (Cambridge, 1999) provides COBOL programmers a clear, easy transition to Java programming by drawing on the numerous similarities between COBOL

COBOL Programmers Swing with Java
โœ E. Reed Doke, Bill C. Hardgrave, Richard A. Johnson ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› Cambridge University Press ๐ŸŒ English

Featuring the development of graphical user interfaces (GUI's) using the latest in Java swing components, this new edition of Java for the COBOL Programmer (Cambridge, 1999) provides COBOL programmers a clear, easy transition to Java programming by drawing on the numerous similarities between COBOL

Java for Programmers, Second Edition
โœ Paul J. Deitel, Harvey M. Deitel ๐Ÿ“‚ Library ๐Ÿ“… 2011 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English

The professional programmerโ€™s Deitelยฎ guide to Javaโ„ข development and the powerful Java platform Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java language and Java APIs

Beginning Java Game Programming Second E
โœ Jonathan S. Harbour ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› Cengage Learning PTR ๐ŸŒ English

Are you serious about learning how to create real, Java-based games for fun and sharing? Do you have a basic understanding of the Java programming language? If you've answered yes, then you are ready to get started building web-based 2D games from scratch using the latest version of the Java Develop

Functional Programming in Java, Second E
โœ Venkat Subramaniam ๐Ÿ“‚ Library ๐Ÿ“… 2023 ๐Ÿ› The Pragmatic Bookshelf, LLC ๐ŸŒ English

Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style throug