Class CrossGUI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class CrossGUI extends JFrame
CrossGUI is a GUI class for displaying a crossword. It allows for loading predefined lists of words and highlighting the solution.
Version:
November 2022
Author:
Chrysanthi Raftopoulou
See Also:
  • Constructor Details

    • CrossGUI

      public CrossGUI()
      Constructor for objects of class CrossGUI. The frame is initialized and the gui-components are loaded.
  • Method Details

    • main

      public static void main(String[] args)
      main method; a new CrossGUI is created.