Skip to content

Commit

Permalink
Remove unused imports in PagingListViewApp.java
Browse files Browse the repository at this point in the history
Cleaned up unnecessary imports such as Label, ListCell, and MenuItem to improve code readability and maintainability. This reduces clutter and ensures only relevant dependencies are included.
  • Loading branch information
dlemmermann committed Dec 18, 2024
1 parent f98fa4d commit 1d77146
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
import javafx.scene.control.Button;
import javafx.scene.control.CheckBox;
import javafx.scene.control.ComboBox;
import javafx.scene.control.Label;
import javafx.scene.control.ListCell;
import javafx.scene.control.MenuItem;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
Expand Down

0 comments on commit 1d77146

Please sign in to comment.