svn commit: r19032 - trunk/src/argouml-app/src/org/argouml/uml/ui/ScrollList.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2011-02-13 10:02:52-0800
New Revision: 19032

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/ScrollList.java

Log:
Remove deprecation

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/ScrollList.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/ScrollList.java?view=diff&pathrev=19032&r1=19031&r2=19032
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/ScrollList.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/ScrollList.java	2011-02-13 10:02:52-0800
@@ -104,20 +104,6 @@
     }
     
     /**
-     * Builds a ScrollList from a given list model and wraps
-     * in a scrollable view.
-     * @param list The JList to wrap in a scroll
-     * @deprecated in 0.27.2 use any other ScrollList constructor
-     */
-    @Deprecated
-    public ScrollList(JList alist) {
-        setHorizontalScrollBarPolicy(
-                ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
-        this.list = (UMLLinkedList) alist;
-        setViewportView(list);
-    }
-    
-    /**
      * Examine key event to scroll left or right depending on key press
      * @param e the key event to examine
      */

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2703705

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.