From df1dbe48b99a5c86345a58d6da5727cb39547727 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 May 2008 20:30:46 +0000 Subject: new package documented. --- sources/utils/VSInfoArea.java | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'sources/utils/VSInfoArea.java') diff --git a/sources/utils/VSInfoArea.java b/sources/utils/VSInfoArea.java index f6b4499..1652f04 100644 --- a/sources/utils/VSInfoArea.java +++ b/sources/utils/VSInfoArea.java @@ -8,24 +8,27 @@ import java.awt.*; import javax.swing.*; import javax.swing.border.*; -// TODO: Auto-generated Javadoc /** - * The Class VSInfoArea. + * The Class VSInfoArea. An object of this class is used for some information + *areas. E.g. in the VSAbout class. + * + * @author Paul C. Buetow */ public class VSInfoArea extends JTextPane { + /** The serial version uid */ private static final long serialVersionUID = 1L; /** - * Instantiates a new lang.process.removeinfo area. + * Instantiates a new VSInfoArea. */ public VSInfoArea() { init(); } /** - * Instantiates a new lang.process.removeinfo area. + * Instantiates a new VSInfoArea. * - * @param text the text + * @param text the text to display */ public VSInfoArea(String text) { setText(text); @@ -33,7 +36,7 @@ public class VSInfoArea extends JTextPane { } /** - * Inits the. + * Inits the info area. */ private void init() { setOpaque(false); -- cgit v1.2.3