JavaFX for Dummies. (Record no. 41299)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 08152nam a22004573i 4500 |
001 - CONTROL NUMBER | |
control field | EBC1798775 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20240729123102.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 240724s2014 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781118421666 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9781118385340 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC1798775 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL1798775 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr10943654 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaONFJC)MIL647922 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)892044745 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.73.J38 -- .L694 2015eb |
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 005.133 |
245 10 - TITLE STATEMENT | |
Title | JavaFX for Dummies. |
250 ## - EDITION STATEMENT | |
Edition statement | 1st ed. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Newark : |
Name of producer, publisher, distributor, manufacturer | John Wiley & Sons, Incorporated, |
Date of production, publication, distribution, manufacture, or copyright notice | 2014. |
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Date of production, publication, distribution, manufacture, or copyright notice | ©2014. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (436 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- How This Book Is Organized -- Part I: Getting Started with JavaFX -- Part II: JavaFX Controls -- Part III: Enhancing Your Scenic Design -- Part IV: Making Your Programs Come Alive -- Part V: The Part of Tens -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part I: Getting Started with JavaFX -- Chapter 1: Hello, JavaFX! -- What Is JavaFX? -- Perusing the Possibilities of JavaFX -- Looking at a Simple JavaFX Program -- Downloading and Installing JavaFX -- Downloading JDK 8 -- Installing JDK 8 -- Setting the path -- Developing the Click Me Program with Notepad -- Developing the Click Me Program with TextPad -- Using an IDE to Create the Click Me Program -- Chapter 2: Looking Closer at JavaFX Programming -- Looking Again at the Click Me Program -- Importing JavaFX Packages -- Extending the Application Class -- Launching the Application -- Overriding the start Method -- Creating a Button -- Handling an Action Event -- Creating a Layout Pane -- Making a Scene -- Setting the Stage -- Examining the Click Counter Program -- Chapter 3: Handling Events -- Examining Events -- Handling Events -- Implementing the EventHandler Interface -- Handling Events with Inner Classes -- Handling Events with Anonymous Inner Classes -- Using Lambda Expressions to Handle Events -- Chapter 4: Setting the Stage and Scene Layout -- Examining the Stage Class -- Examining the Scene Class -- Switching Scenes -- Creating a Dialog Box -- Creating a Confirmation Box -- Exit, Stage Right -- Creating a Close button -- Handling the CloseRequest event -- Putting it all together -- Chapter 5: Using Layout Panes to Arrange Your Scenes -- Working with Layout Panes -- Introducing four JavaFX layout panes -- Creating layout panes. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Combining layout panes -- Using the HBox Layout -- Spacing Things Out -- Adding Space with Margins -- Adding Space by Growing Nodes -- Using the VBox Layout -- Aligning Nodes in a Layout Pane -- Making Nodes the Same Width -- Using the Flow Layout -- Using the Border Layout -- Chapter 6: Getting Input from the User -- Using Text Fields -- Validating Numeric Data -- Using Check Boxes -- Using Radio Buttons -- Looking at a Pizza Order Application -- Part II: JavaFX Controls -- Chapter 7: Introducing the JavaFX Node Hierarchy -- An Overview of JavaFX Packages -- The Node Class -- The Parent Class -- The Region Class -- The Control Class -- Chapter 8: Choosing from a List -- Using Choice Boxes -- Creating a choice box -- Setting a default value -- Getting the selected item -- Working with Observable Lists -- Listening for Selection Changes -- Using Combo Boxes -- Creating combo boxes -- Getting the selected item -- Handling combo box events -- Using List Views -- Creating a list view -- Getting the selected items -- Using Tree Views -- Building a tree -- Creating a TreeView control -- Getting the selected node -- Looking at a complete program that uses a tree view -- Chapter 9: Working with Tables -- Creating the Data for a Table -- Creating a Read-Only Table -- Using the TableColumn class -- Using the TableView class -- A Program That Creates a Read-Only Table -- Creating an Editable Table -- Adding table rows -- Deleting table rows -- Editing table cells -- A Program That Creates an Editable Table -- Chapter 10: Making Menus -- Introducing Classes for Creating Menus -- Creating a Basic Menu Bar -- Creating Menus -- Creating Menu Items -- Using Separators -- Using Action Listeners -- Creating Menus That Change -- Using Check and Radio Menu Items -- Creating Submenus -- Creating Custom Menu Items -- Part III: Enhancing Your Scenic Design. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Chapter 11: More about Layout Panes for Precise Scene Design -- Using the StackPane Layout -- Using the TilePane layout -- Using the ScrollPane Layout -- Using the GridPane Layout -- Sketching out a plan -- Creating a grid pane -- Working with grid pane constraints -- Examining a grid pane example -- Chapter 12: Skinning Your Application with CSS -- Using Default Style Sheets -- Adding a Style Sheet to a Scene -- Using Inline Styling -- Creating a Style Sheet -- Using type selectors -- Creating your own style class names -- Using id selectors -- Using multiple selectors -- Specifying Style Properties -- Specifying font properties -- Specifying background colors -- Specifying border properties -- Chapter 13: Drawing Shapes -- Introducing the Shape Class -- Creating lines -- Creating rectangles -- Creating circles and ellipses -- Creating arcs -- Looking at the ShapeMaker program -- Fancy Fills -- Drawing transparently -- Using a gradient fill -- Translating, Scaling, and Rotating -- Drawing Text -- Combining Shapes -- Chapter 14: Adding Special Effects -- Introducing Special Effects -- Adding Shadows -- Creating Reflections -- Making Things Blurry -- Blooming and Glowing -- Gaining Perspective -- Combining Effects -- Part IV: Making Your Programs Come Alive -- Chapter 15: Using Properties to Create Dynamic Scenes -- Introducing JavaFX Properties -- Java API Properties -- JavaFX Property Classes -- Creating a Read/Write Property -- Creating a Read-Only Property -- Creating Properties More Efficiently -- Using Property Events -- Binding Properties -- Chapter 16: Using Images and Media -- Using Images -- Using the Image class -- Using the ImageView class -- Viewing an Image example -- Playing Audio Files -- Playing Video Files -- Chapter 17: Animating Your Scenes -- Introducing JavaFX Animation -- Using Transition Classes. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Looking at a Transition Example -- Combining Transitions -- Animating the Hard Way -- Improving the Ball Bouncer -- Chapter 18: Targeting Touch Devices -- Introducing Gestures and Touch Events -- Listening for Gestures -- Looking at an Example Program -- Part V: The Part of Tens -- Chapter 19: Ten More JavaFX Controls -- TitledPane -- Accordion -- ColorPicker -- DatePicker -- Hyperlink -- ProgressIndicator and ProgressBar -- Slider -- ScrollBar -- PasswordField -- Chapter 20: Ten Steps to Building a 3D World -- Step One: Add a Perspective Camera -- Step Two: Add a Cylinder -- Step Three: Create a Material -- Step Four: Translate the Cylinder -- Step Five: Add a Box -- Step Six: Rotate the Box -- Step Seven: Add a Sphere -- Step Eight: Add a Mesh Object -- Step Nine: Animate the Objects -- Step Ten: Add a Light Source -- Putting It All Together: The Complete 3D World Program -- Index -- About the Author -- Wiley End User License Agreement. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Graphical user interfaces (Computer systems). |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | |
Title | JavaFX for Dummies |
Place, publisher, and date of publication | Newark : John Wiley & Sons, Incorporated,c2014 |
International Standard Book Number | 9781118385340 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=1798775">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=1798775</a> |
Public note | Click to View |
No items available.