Package com.coswald.jtalker.gui
All GUI elements for the JTalker application. There is a lot to the
JTalker application, but mainly there are five parts: the color chooser
panel, the canvas panel, the colored text panel, the text entry panel, and
the menu bar. These are realized together within a single JFrame
which we have defined in the JTalkerFrame
class. Any constants that are used by any graphical element are defined
within GUIConstants
.
- Since:
- JTalker 0.1.5
- Version:
- 0.0.1
- Author:
- C. William Oswald
-
Interface Summary Interface Description Colorizer Changes a color to another given color.TextPipe Sends text along from one are to another. -
Class Summary Class Description ANSIColorConstants A set of descriptions for specific color constants within the ANSI standard.CanvasPanel A panel that allows drawing on it using a mouse.ColorChooserPanel A panel that allows the selection of one color.ColoredTextPane AJTextPane
that supports ANSI colors.ColoredTextPaneStream A simple stream for outputting a byte stream.GUIConstants A set of descriptions for specific GUI constants within a JTalker application.JTalkerFrame The actual frame of the JTalker application.JTalkerMenuBar A menu bar for the JTalker application.TextEntryPanel A panel that allows entry and sending of text.