Package kirk.gui

Class Summary
ErrorDialog Shows an error dialog with the given message.
FixedLineLayout FixedLineLayout extends LineLayout, and it makes each line is as high as specified when constructing an object of this class.
GridLineLayout GridLineLayout extends LineLayout, and each line is vertically treated like with GridLayout: The size is proportional to the maximum size of the container using this layout, depending on how many lines there are.
GridSpanConstraints This class represents a constraints object for GridSpanLayout.
GridSpanLayout This class is a custom LayoutManager that is kinda like a mix of GridLayout and GridBagLayout.
LargestLineLayout LargestLineLayout extends LineLayout, and each line has the same height.
LineLayout A custom LayoutManager that lays out components like a vertical FlowLayout that does not do multiple columns.
PopupDialog Shows a dialog with the given message.
VariableLineLayout VariableLineLayout extends LineLayout, and it makes each component as high as its preferred size.
WindowCloser This class closes Windows that generate WindowEvents asking for it.