Image

how do I go about adding a GUI to a text-based memory game that I've written? I made a new class called GUI and extended a JFrame but I don't know where to go from there...

any help is greatly appreciated.