Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Monday, July 11, 2016

TV ListView App Video Series

This 6-part JavaFX video series demonstrates how to create a custom ListCell for use in a ListView. You'll walk through an example that

  1. Builds a UI in Scene Builder,
  2. Styles the UI using CSS, and
  3. Extends the class ListCell for special rendering and behavior.
The app is a TV program browser where the ListView's items are large.  Selecting items produces a strong visual cue through a bold border and through the addition of more information.

Screenshot of TV ListView App
Follow this link to view the video series.


No comments:

Post a Comment