Bidi support (contributed by Telmap) - allows using LWUIT with Right To Left languages such as Arabic, Hebrew Lightweight Virtual keyboard support - allowing for customizable touch screen input Pixel based scrolling - allowing scroll to work as expected even when components/containers exceed screen bounds and not just for focusable components Table layout and table component - allowing complex tabular UI's including support for features such as spanning rows/columns Tree component - supporting nested elements and expanding Spinner component for date, time and numeric input within a range Reimplementation of the ComboBox widget SVG Support integrated into the Theme Creator (formerly LWUIT Designer/Resource Editor) Touch device imPRovements: button menus, improved kinetic scrolling, tactile touch (vibration on touch) Resource file specification Redesigned the list renderer "rendering" logic so that it paints the backgrounds of the renderers first, and then the selection and foreground. 我個人對LWUIT 1.3的看法:首先LWUIT的發展前景是好的,這里添加了比較實用的Tree組件和TableLayut。在我現在用的版本(不是1.3)中Tree組件我已經用到了,Table形式的布局,我結合其他的布局形式也能夠做出這種效果,但是缺點就是LWUIT的體積越來越大了,上個版本的LWUIT.jar只有337k,1.3版本的增加到391k,確實長胖了不少。如果我要用1.3的話,我不會用它的jar,只會參考一下它的源碼,如果有需要,就把1.3源碼中的類整合到現在我用的這個版本的LWUIT中。