Library Hours
Monday to Friday: 9 a.m. to 9 p.m.
Saturday: 9 a.m. to 5 p.m.
Sunday: 1 p.m. to 9 p.m.
Naper Blvd. 1 p.m. to 5 p.m.

LEADER 00000cam a2200889Ii 4500 
001    881521309 
003    OCoLC 
005    20240129213017.0 
006    m     o  d         
007    cr cnu|||unuuu 
008    140620s2014    caua    ob    001 0 eng d 
019    882099595|a891357561|a892538651|a892800025|a966358490
       |a988556488|a1005822240|a1026459188|a1048108382
       |a1058729712|a1060195519|a1066582746|a1071337410
       |a1086502538|a1110773287|a1112575640|a1112875323
       |a1129350041|a1153040529|a1179575851|a1192348974
       |a1194828177|a1204093077|a1240506811 
020    9781430264613|q(electronic bk.) 
020    1430264616|q(electronic bk.) 
024 7  10.1007/978-1-4302-6461-3|2doi 
029 1  AU@|b000055986039 
029 1  CHNEW|b000888650 
029 1  CHVBK|b374497702 
029 1  DEBBG|bBV042031125 
029 1  DEBBG|bBV043611916 
029 1  DEBSZ|b414187148 
029 1  DEBSZ|b420043845 
029 1  GBVCP|b882727346 
029 1  NZ1|b15624199 
035    (OCoLC)881521309|z(OCoLC)882099595|z(OCoLC)891357561
       |z(OCoLC)892538651|z(OCoLC)892800025|z(OCoLC)966358490
       |z(OCoLC)988556488|z(OCoLC)1005822240|z(OCoLC)1026459188
       |z(OCoLC)1048108382|z(OCoLC)1058729712|z(OCoLC)1060195519
       |z(OCoLC)1066582746|z(OCoLC)1071337410|z(OCoLC)1086502538
       |z(OCoLC)1110773287|z(OCoLC)1112575640|z(OCoLC)1112875323
       |z(OCoLC)1129350041|z(OCoLC)1153040529|z(OCoLC)1179575851
       |z(OCoLC)1192348974|z(OCoLC)1194828177|z(OCoLC)1204093077
       |z(OCoLC)1240506811 
037    CL0500000452|bSafari Books Online 
040    GW5XE|beng|erda|epn|cGW5XE|dS4S|dUMI|dCOO|dYDXCP|dB24X7
       |dOCLCF|dDEBBG|dDEBSZ|dOCLCO|dIDEBK|dUPM|dEBLCP|dOCLCQ
       |dOCLCO|dZ5A|dMERUC|dOCLCQ|dESU|dOCLCQ|dVT2|dIOG|dOCLCO
       |dN$T|dREB|dVLB|dCEF|dINT|dU3W|dOCLCQ|dOCLCO|dWYU|dYOU
       |dOCLCQ|dOCLCO|dUAB|dAU@|dUKAHL|dOCLCQ|dOCLCO|dDCT|dERF
       |dRDF|dOCLCQ|dADU|dBRF|dEYM|dOCLCO|dOCLCQ|dAUD|dOCLCQ
       |dOCLCO|dOCLCQ 
049    INap 
082 04 005.13/3 
082 04 005.13/3|223 
099    eBook O'Reilly for Public Libraries 
245 00 JavaFX 8 :|bintroduction by example /|cCarl Dea, Mark 
       Heckler, Gerrit Grunwald, Jose Pereda, Sean M. Phillips.
       |h[O'Reilly electronic resource] 
250    Second edition. 
264  1 [Berkeley, CA] :|bApress,|c[2014] 
264  4 |c©2014 
300    1 online resource (xxiii, 385 pages) :|billustrations 
336    text|btxt|2rdacontent 
337    computer|bc|2rdamedia 
338    online resource|bcr|2rdacarrier 
347    text file|bPDF|2rda 
490 1  The expert's voice in Java 
504    Includes bibliographical references and index. 
505 0  At a Glance; Introduction; Chapter 1: Getting Started; 
       Installing Required Software; Installing the Java 8 
       Development Kit; Setting Environment Variables; Installing
       the NetBeans IDE; Creating a JavaFX Hello World 
       Application; Using the Netbeans IDE; Using the Command-
       Line Prompt; Walking Through the Code; JavaFX Scene Graph;
       JavaFX Node; Packaging a JavaFX Application; Summary; 
       Chapter 2: JavaFX Fundamentals; JavaFX Lines; Drawing 
       Lines; Drawing Shapes; Drawing Complex Shapes; A Complex 
       Shape Example; The Cubic Curve; The Ice Cream Cone; The 
       Smile; The Donut; Painting Colors. 
505 8  An Example of ColorGradient Color; Radial Gradient; 
       Semitransparent Gradients; Reflective Cycle Gradients; 
       Drawing Text; Changing Text Fonts; Applying Text Effects; 
       Summary; Chapter 3: Lambdas and Properties; Lambda; Lambda
       Expressions; Syntax; Variable Capture; Functional 
       Interfaces; Functional vs. Imperative Languages; Aggregate
       Operations; Default Methods; An Example Case: Cats Large 
       and Small; Code for the Example; Explanation of the Code; 
       Properties and Binding; UI Patterns; Properties; Types of 
       JavaFX Properties; Read/Writable Properties; Read-Only 
       Properties; JavaFX JavaBean. 
505 8  Chapter 5: Graphics with JavaFXWorking with Images; 
       Loading Images; Viewing Images; A Photo Viewer Example; 
       Photo Viewer Features; Photo Viewer User Instructions; 
       Photo Viewer Code Listing; Walking Through the Code; 
       Current Photo View Area: ImageView; Drag and Drop: 
       OnDragOver and OnDragDropped; The OnDragOver Event; The 
       OnDragDropped Event; The Custom Button Panel; Animation; 
       What are Key Values?; What are Key Frames?; What is a 
       Timeline?; A News Ticker Example; Adding a Fade in/out 
       Transition to Photos; Adding a Fade in/out Transition to 
       the Button Panel; Creating a News Ticker Control. 
505 8  Property Change SupportBinding; Bidirectional Binding; 
       High-level Binding; Low-Level Binding; A Logon Dialog 
       Example; Login Dialog Source Code; Explanation of the 
       Code; Summary; Chapter 4: Layouts and UI Controls; 
       Layouts; HBox; VBox; FlowPane; BorderPane; GridPane; UI 
       Controls; Menus; Creating Menus and Menu Items; Invoking a
       Selected MenuItem; Example: Working with Menus; Additional
       Ways to Select Menus and Menu Items; Key Mnemonics; Key 
       Combinations; Context Menus; The ObservableList Collection
       Class; Working with ListViews; Working with TableViews; 
       Generating a Background Process; Summary. 
520    JavaFX 8: Introduction by Example shows you how to use 
       your existing Java skills to create graphically exciting 
       client applications with the JavaFX 8 platform. The book 
       is a new and much improved edition of JavaFX 2.0: 
       Introduction by Example, taking you through a series of 
       engaging, fun-to-work examples that bring you up to speed 
       on the major facets of the platform. It will help you to 
       create applications that look good, are fun to use, and 
       that take advantage of the medium to present data of all 
       types in ways that engage the user and lead to increased 
       productivity. Entirely example-based, JavaFX 8: 
       Introduction by Example begins with the fundamentals of 
       installing the software and creating a simple interface. 
       From there, you'll move in progressive steps through the 
       process of developing applications using JavaFX's standard
       drawing primitives. You'll then explore images, animations,
       media, and web. This new edition incorporates the changes 
       resulting from the switch to Java 8 SDK. It covers 
       advanced topics such as FXML, charting, custom controls, 
       JavaFX 3D, gesture devices, and embedded systems. Best of 
       all, the book is full of working code that you can adapt 
       and extend to all your future projects. Entirely example-
       based Filled with fun and practical code examples Covers 
       all that's new in Java 8 relating to JavaFX such as Lambda
       expressions and Streams Covers gesture devices, 3D display,
       embedded systems, and other advanced topics. 
588 0  Online resource; title from PDF title page (EBSCO, viewed 
       November 28, 2017). 
590    O'Reilly|bO'Reilly Online Learning: Academic/Public 
       Library Edition 
630 00 JavaFX (Electronic resource) 
630 07 JavaFX (Electronic resource)|2fast 
650  0 Java (Computer program language) 
650  0 Graphical user interfaces (Computer systems) 
650  6 Java (Langage de programmation) 
650  6 Interfaces graphiques (Informatique) 
650  7 Graphical user interfaces (Computer systems)|2fast 
650  7 Java (Computer program language)|2fast 
700 1  Dea, Carl,|eauthor. 
700 1  Heckler, Mark,|eauthor. 
700 1  Grunwald, Gerrit,|eauthor. 
700 1  Pereda, Jose,|eauthor. 
700 1  Phillips, Sean M.,|eauthor. 
773 0  |tSpringer eBooks 
776 08 |iPrinted edition:|z9781430264606 
830  0 Expert's voice in Java. 
856 40 |uhttps://ezproxy.naperville-lib.org/login?url=https://
       learning.oreilly.com/library/view/~/9781430264606/?ar
       |zAvailable on O'Reilly for Public Libraries 
938    Askews and Holts Library Services|bASKH|nAH29517914 
938    Books 24x7|bB247|nbks00065777 
938    EBL - Ebook Library|bEBLB|nEBL1781936 
938    EBSCOhost|bEBSC|n1174087 
938    ProQuest MyiLibrary Digital eBook Collection|bIDEB
       |ncis29828008 
938    YBP Library Services|bYANK|n11954406 
994    92|bJFN