Package-level declarations

Types

Link copied to clipboard
class MainCanvas(internalWidth: Int, internalHeight: Int) : Canvas

MainCanvas is a custom Canvas that sets up a double buffer strategy and manages the canvas dimensions.

Link copied to clipboard
class WindowFrame(title: String, windowX: Int, windowY: Int) : JFrame

A custom JFrame that sets up the main window for the application.