module GUI class AboutWindow < BaseWindow include ButtonPalette def initialize() super() BackButton.new(@container, MainWindow.instance) LVGL::LVLabel.new(@container).tap do |label| text = <