remove unused import

This commit is contained in:
Luca Conte 2024-12-10 12:44:01 +01:00
parent 9ff0958fbc
commit 6a57a6e1ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import javafx.scene.control.ToggleGroup; // import javafx.scene.control.ToggleGroup;
import javax.swing.*; import javax.swing.*;
import java.awt.*; import java.awt.*;