Assignment 6D: Anagram (Version A)

Assignment 6A — Anagram version 1 takes a Word from a genetated ArrayList of Words and scrambles the sequence of characters to form an "anagram".

This is what the application looks like on startup.


Here, an 'example' word is displayed. For demonstrative purposes, this screenshot depicts what the word looks like when its sequence of characters are not scrambled. (The scramble code was commented out here.)


Upon clicking the Random button, the characters in the world 'example' are then properly scrambled.


...and here is the same word, scrambled several times.


Upon clicking the Definition button, the definition of the word itself is displayed.



Assignment Page