com.blackledge.david.game.crossword
Class QuizlandHardCrossword
java.lang.Object
com.blackledge.david.game.crossword.QuizlandCrossword
com.blackledge.david.game.crossword.QuizlandHardCrossword
- All Implemented Interfaces:
- CrosswordSource
public class QuizlandHardCrossword
- extends QuizlandCrossword
Method Summary |
protected URL |
getGridURL()
get the URL for quizland's "hard" (e.g. |
static void |
main(String[] args)
Simple main to show it work and spit it out to the command line. |
QuizlandHardCrossword
public QuizlandHardCrossword()
main
public static void main(String[] args)
- Simple main to show it work and spit it out to the command line.
- Parameters:
args
-
getGridURL
protected URL getGridURL()
throws MalformedURLException,
IOException
- get the URL for quizland's "hard" (e.g. 21x21) puzzle of the day.
- Overrides:
getGridURL
in class QuizlandCrossword
- Throws:
MalformedURLException
IOException
- See Also:
QuizlandCrossword.getGridURL()