javauis/lcdui_qt/src/javax/microedition/lcdui/Row.java
changeset 61 bf7ee68962da
parent 23 98ccebc37403
--- a/javauis/lcdui_qt/src/javax/microedition/lcdui/Row.java	Tue Jul 06 14:10:26 2010 +0300
+++ b/javauis/lcdui_qt/src/javax/microedition/lcdui/Row.java	Wed Aug 18 09:43:15 2010 +0300
@@ -190,7 +190,6 @@
             else
             {
                 layoutObjects.removeElement(lo);
-                lo.dispose();
             }
         }
         updateRowInternals();
@@ -199,7 +198,7 @@
 
     /**
      * Update item positions in a row.<br>
-     * This method called by Layouters or FormLayoutPolicy when row is full and
+     * This method called by FormLayouter when row is full and
      * ready for layout.
      */
     void updateRowLayout(boolean isLeftToRight)