Move to a package
This commit is contained in:
parent
903a61e39b
commit
661452d747
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
package eu.m724;
|
||||
package eu.m724.crossword;
|
||||
|
||||
/**
|
||||
* Represents the crossword<br>
|
|
@ -1,4 +1,4 @@
|
|||
package eu.m724;
|
||||
package eu.m724.crossword;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.HashSet;
|
|
@ -1,4 +1,4 @@
|
|||
package eu.m724;
|
||||
package eu.m724.crossword;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
|
@ -1,4 +1,4 @@
|
|||
package eu.m724;
|
||||
package eu.m724.crossword;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) throws CrosswordBuilder.SizeMismatchException {
|
|
@ -1,4 +1,4 @@
|
|||
package eu.m724;
|
||||
package eu.m724.crossword;
|
||||
|
||||
/**
|
||||
* Represents a placement of a word
|
|
@ -1,4 +1,4 @@
|
|||
package eu.m724;
|
||||
package eu.m724.crossword;
|
||||
|
||||
import org.jfree.svg.SVGGraphics2D;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package eu.m724;
|
||||
package eu.m724.crossword;
|
||||
|
||||
/**
|
||||
* Represents a word and a hint.<br>
|
Loading…
Reference in a new issue