Uses of Class
com.coswald.jtalker.gui.ColoredTextPane
-
Packages that use ColoredTextPane Package Description com.coswald.jtalker.gui All GUI elements for the JTalker application. -
-
Uses of ColoredTextPane in com.coswald.jtalker.gui
Constructors in com.coswald.jtalker.gui with parameters of type ColoredTextPane Constructor Description ColoredTextPaneStream(ColoredTextPane text)
Creates a new bytes array output stream, with a buffer capacity of the specified size, in bytes.ColoredTextPaneStream(ColoredTextPane text, int size)
Creates a new byte array output stream, with the buffer capacity of the specified size, in bytes.JTalkerFrame(ColoredTextPane coloredText, TextEntryPanel textEntry, CanvasPanel canvas, ColorChooserPanel colorChooser)
Constructs a frame with the underlying components given.JTalkerMenuBar(JFrame frame, ColoredTextPane coloredTextPane, TextEntryPanel textEntryPanel, CanvasPanel canvasPanel)
Initializes the menu bar.
-