All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class ColorPane extends JTextPane
This class was based on this code
See Also:
Serialized Form
  • Constructor Details

    • ColorPane

      public ColorPane()
  • Method Details

    • appendANSI

      public void appendANSI(String s)
      Extract the ANSI color codes from the string and add each part to the text pane
      Parameters:
      s - The text to parse