|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn606556233 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
100412s2010 njua ob 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CEF
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d CDX
|d IDEBK
|d OCLCQ
|d YDX
|d OCLCO
|d UAB
|d AU@
|d CNCEN
|d OCLCQ
|d ERF
|d UKBTH
|d UHL
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 714713946
|a 729022157
|a 1005470617
|a 1048110563
|a 1048391060
|a 1112553389
|a 1113472657
|a 1113606993
|
020 |
|
|
|a 9780321648983
|
020 |
|
|
|a 0321648986
|
020 |
|
|
|a 9780321648938
|
020 |
|
|
|a 0321648935
|
020 |
|
|
|a 8131757935
|
020 |
|
|
|a 9788131757932
|
020 |
|
|
|z 9780321601650
|q (pbk. ;
|q alk. paper)
|
020 |
|
|
|z 0321601653
|q (pbk. ;
|q alk. paper)
|
024 |
8 |
|
|a 9786612768682
|
024 |
8 |
|
|a 9780321648983
|
029 |
1 |
|
|a DEBSZ
|b 355408562
|
029 |
1 |
|
|a HEBIS
|b 291481183
|
029 |
1 |
|
|a AU@
|b 000067094317
|
035 |
|
|
|a (OCoLC)606556233
|z (OCoLC)714713946
|z (OCoLC)729022157
|z (OCoLC)1005470617
|z (OCoLC)1048110563
|z (OCoLC)1048391060
|z (OCoLC)1112553389
|z (OCoLC)1113472657
|z (OCoLC)1113606993
|
037 |
|
|
|a CL0500000063
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|b T693 2010
|
072 |
|
7 |
|a UMW
|2 bicssc
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Topley, Kim.
|
245 |
1 |
0 |
|a JavaFX developer's guide /
|c Kim Topley.
|
260 |
|
|
|a Upper Saddle River, N.J. :
|b Addison-Wesley,
|c ©2010.
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Developer's library series
|
504 |
|
|
|a Includes bibliographical references and index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover13; -- Table of Contents -- About the Author -- Preface -- I: Introduction to JavaFX -- 1 An Overview of JavaFX -- The JavaFX Platform -- The JavaFX Script Language -- The JavaFX Runtime -- JavaFX Development Tools -- Deployment -- 2 JavaFX Script Basics -- Source File Structure -- Comments -- The package Statement -- The import Statement -- Other JavaFX Statements -- JavaFX Keywords and Reserved Words -- Script Execution and Arguments -- Predefined Variables -- 3 JavaFX Script Development -- Compiling and Running JavaFX Code -- Documentation in JavaFX Source Code -- 4 A Simple JavaFX Application -- Building the SnowStorm Application -- SnowStorm on the Web, a Phone, and TV -- Debugging the SnowStorm Application -- Profiling the SnowStorm Application -- Source Code for the SnowStorm Application -- II: The JavaFX Script Language -- 5 Variables and Data Types -- Variable Declarations -- Object Types -- Basic Data Types -- Type Inference -- Visibility of Variables -- 6 Expressions, Functions, and Object Literals -- Expressions and Operations -- JavaFX Functions -- Object Literals -- 7 Sequences -- Sequence Creation -- The String Form of a Sequence -- Range Notation -- Sequence Equality and Copying -- Querying Sequences -- Modifying Sequences -- Operations on Sequences -- Java Arrays -- 8 Controlling Program Flow -- The if Statement -- The while Statement -- The for Statement -- Exception Handling -- 9 Binding -- Binding to Variables and Expressions -- Binding and Functions -- Binding and Sequences -- 10 Triggers -- Triggers on Simple Variables -- Triggers and Sequences -- Triggers and Instance Variables -- 11 JavaFX Script Classes -- JavaFX Class Declaration -- Subclassing and Abstract Classes -- Using Bound Functions -- Variable Overrides -- Class Initialization -- Classes and Script Files -- Mixins -- 12 Platform APIs -- Built-In Functions -- Arguments and System Properties -- Application Shutdown -- Deferring Operations -- Functions for Internationalization -- Local Storage -- Conditional Features -- 13 Reflection -- Context and Classes -- Types and Values -- Variables and Functions -- Using Reflection -- III: User Interfaces with JavaFX -- 14 User Interface Basics -- The Stage Class -- The Scene Class -- Nodes -- Alerts -- 3D Features -- 15 Node Variables and Events -- Cursors -- Colors -- Events -- 16 Shapes, Text, and Images -- Shapes -- Stroking and Filling Shapes -- The Text Class -- Fonts -- Groups and Custom Nodes -- Images -- 17 Coordinates, Transforms, and Layout -- Transforms -- Combining Transforms -- Clipping -- Coordinates and Bounds -- Node Layout -- SnowStorm Revisited -- Coordinates and Screens -- 18 Animation -- Timelines -- Controlling a Timeline -- Transitions -- 19 Video and Audio -- The Media Class -- The MediaPlayer Class -- The MediaView Class -- 20 Effects and Blending -- Effects Overview -- The JavaFX Effects Classes -- Blending -- Lighting -- 21 Importing Graphics -- The JavaFX Production Suite -- Using Adobe.
|
520 |
|
|
|a Updated for JavaFX 1.3 The JavaFX platform makes it possible to write applications that can be deployed across devices ranging from cell phones to desktops, with little or no change required. JavaFX applications are written using JavaFX Script, a new and easy-to-use scripting language. Kim Topley's JavaFX Developer's Guide thoroughly covers the JavaFX language and its core libraries and shows you step by step how to develop and deliver JavaFX applications for the desktop and for mobile devices. It provides complete coverage of all aspects of the language, including Language syntax Tools you can use to develop, debug, and deploy JavaFX applications User interface classes Animation How to play audio and video How to use RESTful Web services and databases to retrieve the data for your application How to create custom components Transformations User interface basics, attributes, events, and controls JavaFX and networking JavaFX development with NetBeans and Eclipse Packaging and deployment Topley highlights critical topics that other books gloss over, presents detailed examples that stretch JavaFX to its limits, and shows you exactly how to build on the skills you already have. Whether you've been focused on HTML/XML/CSS Web development or Java Swing, this book will help you get outstanding results with JavaFX.
|
542 |
|
|
|f Copyright © 2011 by Pearson Education, Inc.
|g 2011
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a JavaFX (Electronic resource)
|
630 |
0 |
7 |
|a JavaFX (Electronic resource)
|2 blmlsh
|
630 |
0 |
7 |
|a JavaFX (Electronic resource)
|2 fast
|0 (OCoLC)fst01785033
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Graphical user interfaces (Computer systems)
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Internet programming.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Interfaces graphiques (Informatique)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Programmation Internet.
|
650 |
|
7 |
|a Java (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Graphical user interfaces (Computer systems)
|2 blmlsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 blmlsh
|
650 |
|
7 |
|a Internet programming.
|2 blmlsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Graphical user interfaces (Computer systems)
|2 fast
|0 (OCoLC)fst00946660
|
650 |
|
7 |
|a Internet programming.
|2 fast
|0 (OCoLC)fst00977281
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
776 |
0 |
8 |
|i Print version: Topley, Kim.
|t JavaFX developer's guide.
|d Upper Saddle River, N.J. : Addison-Wesley, 2010
|z 9780321601650
|w (OCoLC)586123199
|
830 |
|
0 |
|a Developer's library.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780321648983/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 15221477
|c 54.99 USD
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 276868
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14858734
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15630443
|
994 |
|
|
|a 92
|b IZTAP
|