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.