svn commit: r17245 - trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/ScrollList.java

Michiel van der Wulp <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2009-08-09 02:40:59-0700
New Revision: 17245

Modified:
   trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/ScrollList.java

Log:
Make this compile.

Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/ScrollList.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/ScrollList.java?view=diff&pathrev=17245&r1=17244&r2=17245
==============================================================================
--- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/ScrollList.java	(original)
+++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/ScrollList.java	2009-08-09 02:40:59-0700
@@ -169,13 +169,11 @@
         list.removeKeyListener(this);
     }
 
-    @Override
     public void mouseClicked(MouseEvent evt) {
         // TODO Auto-generated method stub
         
     }
 
-    @Override
     public void mouseEntered(MouseEvent evt) {
         if (originalHeight == 0) {
             originalHeight = getHeight();
@@ -185,7 +183,6 @@
         }
     }
 
-    @Override
     public void mouseExited(MouseEvent evt) {
         Rectangle rect = new Rectangle(getLocationOnScreen(), getSize());
         if (!rect.contains(evt.getLocationOnScreen())) {
@@ -195,13 +192,11 @@
         }
     }
 
-    @Override
     public void mousePressed(MouseEvent arg0) {
         // TODO Auto-generated method stub
         
     }
 
-    @Override
     public void mouseReleased(MouseEvent arg0) {
         // TODO Auto-generated method stub

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

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.