Move to a package

This commit is contained in:
Minecon724 2024-10-04 20:22:16 +02:00
parent 903a61e39b
commit 661452d747
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
package eu.m724; package eu.m724.crossword;
/** /**
* Represents the crossword<br> * Represents the crossword<br>

View file

@ -1,4 +1,4 @@
package eu.m724; package eu.m724.crossword;
import java.util.Arrays; import java.util.Arrays;
import java.util.HashSet; import java.util.HashSet;

View file

@ -1,4 +1,4 @@
package eu.m724; package eu.m724.crossword;
import java.util.HashSet; import java.util.HashSet;
import java.util.Set; import java.util.Set;

View file

@ -1,4 +1,4 @@
package eu.m724; package eu.m724.crossword;
public class Main { public class Main {
public static void main(String[] args) throws CrosswordBuilder.SizeMismatchException { public static void main(String[] args) throws CrosswordBuilder.SizeMismatchException {

View file

@ -1,4 +1,4 @@
package eu.m724; package eu.m724.crossword;
/** /**
* Represents a placement of a word * Represents a placement of a word

View file

@ -1,4 +1,4 @@
package eu.m724; package eu.m724.crossword;
import org.jfree.svg.SVGGraphics2D; import org.jfree.svg.SVGGraphics2D;

View file

@ -1,4 +1,4 @@
package eu.m724; package eu.m724.crossword;
/** /**
* Represents a word and a hint.<br> * Represents a word and a hint.<br>