Back to Browse

Refactoring JavaFX GUI Code, Part 3: Extracting a Class

428 views
Apr 7, 2020
15:10

This is the third part in a series of videos about refactoring a simple JavaFX application. Here, we focus on an object-oriented decomposition--extracting a class from the main application. The new class has better cohesion than the original, and it follows the Single Responsibility Principle in a way the original did not.

Download

1 formats

Video Formats

360pmp421.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Refactoring JavaFX GUI Code, Part 3: Extracting a Class | NatokHD