Oreilly - JavaFX Programming, Part I - 9780133409864
Oreilly - JavaFX Programming, Part I
by | Released March 2015 | ISBN: 0133409864


Overview Oracle is encouraging Java developers to migrate from Swing to JavaFX for GUI and rich client development. This video helps developers learn JavaFX and how to apply JavaFX effectively in Java applications.Description JavaFX Programming, Part I LiveLessons is organized into lessons that teach major JavaFX features with separate sublessons that demonstrate how to apply each feature. You'll learn how to draw JavaFX shapes and apply effects to create a richer user experience on the desktop. You'll learn how to use layout managers with GUI controls and menus. You'll learn how to use JavaFX properties and binding expressions to simplify event handling and reduce Java code. You'll also learn how to create animations with JavaFX in this video.All lessons walk viewers through JavaFX code examples to reinforce the important concepts. The viewer also learns how to use the new JavaFX 8 features on the Java SE 8 platform and above.The source code repository for this LiveLesson can be found athttp://www.informit.com/store/register.aspx Enter ISBN: 9780133409864 to register the product and then answer the security question to download the source code.About the InstructorPaul L. Anderson is a founding member and Director of Training at the Anderson Software Group, Inc. (www.asgteach.com). Paul obtained his Bachelor of Arts degree from the University of California, San Diego, and his Master's degree in Electrical Engineering (MSEE) from the University of California, Santa Barbara. Mr. Anderson has taught Java, JavaFX, C++, C#, Perl, Python, UML, and Linux courses for thousands of developers and specializes in making software engineering fun and understandable. He has taught courses internationally in Europe and Latin America and contributed articles to InformIT. Paul is a member of the NetBeans Dream Team and has been a featured speaker at JavaOne conferences. He is also the co-author of 8 books on programming technologies and is the video instructor for the Java Reflection LiveLessons. Paul is the co-author of JavaFX Rich Client Programming on the NetBeans Platform from Addison-Wesley.http://techbus.safaribooksonline.com/book/programming/java/9780133430066Skill LevelBeginnerIntermediateLearn How to:Design JavaFX applicationsUse graphics with JavaFXDesign GUI apps with JavaFX layout components and controlsUse bindings and properties in JavaFX Use animations, transitions, and effects in JavaFXWho Should Take This CourseJava developers who want to learn JavaFX for GUI developmentAll Java developers who want to use JavaFXSwing developers who want to build great-looking applications with JavaFX Course Requirements Some experience programming in Java. About LiveLessons Video Training LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at: http://www.informit.com/livelessons Show and hide more
  1. Introduction
    • JavaFX Programming LiveLessons, Part I: Introduction 00:04:49
  2. Lesson 1: Getting Started with JavaFX
    • Learning Objectives 00:00:46
    • 1.1 Create a JavaFX program 00:11:31
    • 1.2 Use FXML with JavaFX 00:06:41
  3. Lesson 2: JavaFX Shapes
    • Learning Objectives 00:00:44
    • 2.1 Use Color, Text, and Font 00:08:11
    • 2.2 Use CSS Styling 00:03:19
    • 2.3 Use Line, Circle, and Rectangle 00:06:39
    • 2.4 Use LinearGradient and RadialGradient 00:09:48
    • 2.5 Use Ellipse, Polygon, and Polyline 00:05:25
    • 2.6 Use Arc, QuadCurve, and CubicCurve 00:07:57
    • 2.7 Use Path and PathElement 00:03:59
  4. Lesson 3: JavaFX Effects
    • Learning Objectives 00:00:47
    • 3.1 Use Shadow, DropShadow, and InnerShadow 00:14:58
    • 3.2 Use BoxBlur, GaussianBlur, and MotionBlur 00:09:13
    • 3.3 Apply Blend, Bloom, and Glow 00:10:22
    • 3.4 Add Lighting 00:20:46
    • 3.5 Use ColorAdjust, ColorInput, and ImageInput 00:08:42
    • 3.6 Apply Reflection and SepiaTone 00:07:37
    • 3.7 Apply DisplacementMap and PerspectiveTransform 00:11:01
    • 3.8 Create a Chain of Effects 00:05:14
  5. Lesson 4: JavaFX Layout Components
    • Learning Objectives 00:00:49
    • 4.1 Use Region and Pane 00:08:35
    • 4.2 Use HBox and VBox 00:10:50
    • 4.3 Understand FlowPane and TilePane 00:13:49
    • 4.4 Understand GridPane 00:09:56
    • 4.5 Understand StackPane 00:07:05
    • 4.6 Understand BorderPane 00:04:30
    • 4.7 Understand AnchorPane 00:03:52
    • 4.8 Use TextFlow 00:04:10
  6. Lesson 5: JavaFX Properties and Bindings
    • Learning Objectives 00:00:54
    • 5.1 Understand Beans and Properties 00:20:06
    • 5.2 Understand Listeners 00:10:02
    • 5.3 Use Unidirectional Binding 00:11:04
    • 5.4 Use Bidirectional Binding 00:05:42
    • 5.5 Use Factory Binding 00:12:00
    • 5.6 Use Fluent Binding 00:10:11
    • 5.7 Use Custom Binding 00:06:42
  7. Lesson 6: Basic JavaFX Controls
    • Learning Objectives 00:00:47
    • 6.1 Understand Event Handlers 00:07:15
    • 6.2 Use Label and Button 00:09:39
    • 6.3 Use RadioButton and ToggleButton 00:10:39
    • 6.4 Use CheckBox, ChoiceBox, and ComboBox 00:16:07
    • 6.5 Use TextField and PasswordField 00:13:37
    • 6.6 Use ScrollBar and Slider 00:11:01
    • 6.7 Use ProgressBar and ProgressIndicator 00:05:23
    • 6.8 Use TextArea 00:05:11
    • 6.9 Use Hyperlink and ToolBar 00:08:20
  8. Lesson 7: Composite JavaFX Controls
    • Learning Objectives 00:00:45
    • 7.1 Navigate the Control Hierarchy 00:03:53
    • 7.2 Build Menus 00:12:16
    • 7.3 Use ContextMenu and Tooltip 00:08:21
    • 7.4 Use ColorPicker and DatePicker 00:05:58
    • 7.5 Use ListView and TreeView 00:12:36
    • 7.6 Use TableView and TreeTableView 00:20:14
    • 7.7 Use SplitPane and TabPane 00:09:40
    • 7.8 Use TitledPane and Accordion 00:12:00
    • 7.9 Use ScrollPane and Pagination 00:08:21
    • 7.10 Use HTMLEditor 00:04:12
  9. Lesson 8: JavaFX Animation
    • Learning Objectives 00:00:54
    • 8.1 Understand Transitions 00:06:46
    • 8.2 Use FadeTransition 00:07:31
    • 8.3 Use FillTransition 00:05:59
    • 8.4 Use StrokeTransition 00:05:31
    • 8.5 Use ScaleTransition 00:05:23
    • 8.6 Use TranslateTransition 00:10:06
    • 8.7 Use RotateTransition 00:07:19
    • 8.8 Use PathTransition 00:13:33
    • 8.9 Use PauseTransition 00:04:04
    • 8.10 Use SequentialTransition 00:09:23
    • 8.11 Use ParallelTransition 00:07:37
  10. Summary
    • JavaFX Programming LiveLessons, Part I: Summary 00:01:41
  11. Show and hide more

    Oreilly - JavaFX Programming, Part I

    9780133409864.javafx.programming.part.OR.part1.rar

    9780133409864.javafx.programming.part.OR.part2.rar

    9780133409864.javafx.programming.part.OR.part3.rar

    9780133409864.javafx.programming.part.OR.part4.rar

    9780133409864.javafx.programming.part.OR.part5.rar

    9780133409864.javafx.programming.part.OR.part6.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss