Button |
A custom JButton with additional features for setting text, tooltip, icon, enabled state, color, background color, and font.
|
Event |
The Event class implements the ActionListener interface and handles button click events
for a user interface associated with the "Domineering" game.
|
Frame |
A custom JPanel that represents a frame with additional features for setting bounds and background color.
|
Label |
A custom JLabel with additional features for setting text, tooltip, icon, enabled state, color, background color, and font.
|
TextField |
A custom JTextField with additional features for setting text, tooltip, color, background color, font, and editability.
|
Window |
A custom JFrame for creating a window with additional features, such as setting the title, icon, size, and layout.
|