Class SwingTextPanel


  • public class SwingTextPanel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SwingTextPanel​(java.lang.CharSequence text)  
      SwingTextPanel​(java.lang.CharSequence text, java.awt.Font font)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent getContent()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwingTextPanel

        public SwingTextPanel​(java.lang.CharSequence text)
      • SwingTextPanel

        public SwingTextPanel​(java.lang.CharSequence text,
                              java.awt.Font font)
    • Method Detail

      • getContent

        public javax.swing.JComponent getContent()