See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| package dk.danskerdave.javafx.image; | |
| import java.util.stream.IntStream; | |
| import javafx.application.Application; | |
| import javafx.beans.property.*; | |
| import javafx.geometry.*; | |
| import javafx.scene.*; | |
| import javafx.scene.control.*; | |
| import javafx.scene.control.Alert.AlertType; |