Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #3502

How to display text messa

From "ram" <ram@THRWHITE.remove-dii-this>
Subject How to display text messa
Message-ID <text-area-20080515203241@ram.dialup.fu-berlin.de> (permalink)
Newsgroups comp.lang.java.gui
Date 2011-04-27 15:45 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
  To display text messages (as - for example - in a window with
  log messages) in a scrolling text area, there are several
  Swing components I am aware of:

http://download.java.net/jdk7/docs/api/javax/swing/JTextArea.html
http://download.java.net/jdk7/docs/api/javax/swing/JTextPane.html
http://download.java.net/jdk7/docs/api/javax/swing/JEditorPane.html

  I might want to subclass one of them for my +log area2. While
  I only think of plain text output now, more features, such as
  different typefaces or text colors might come in handy later.

  I also might want to use one of them in teaching, when showing
  how to display log messages in a GUI.
 
  It seems that JEditorPane has more features than the other two.
  So should I always use JEditorPane for such purposes, or are there
  any reasons to use one of JTextArea or JTextPane sometimes?

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextNext in thread | Find similar | Unroll thread


Thread

How to display text messa "ram" <ram@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
  Re: How to display text m "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
    Re: How to display text m "ram" <ram@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
      Re: How to display text m "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
    Re: How to display text m "ram" <ram@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
      Re: How to display text m "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
        Re: How to display text m "ram" <ram@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
  Re: How to display text m "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000

csiph-web