OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Personal Java/Jeode/J2ME Personal Profile => Topic started by: tblumer on February 06, 2004, 12:51:51 pm

Title: Swing
Post by: tblumer on February 06, 2004, 12:51:51 pm
Anyone know if any Swing features are / will be supported, such as JText, JLabel and JComboBox?
Title: Swing
Post by: Tehas on February 08, 2004, 12:07:08 pm
Could you get away with using the AWT components?

Swing is not part of the default Java implementation.  AWT is supported but generally, the Swing components were too heavy for the Zaurus.  

But, having said that, Sun did release a special version of Java for the Zaurus and I think that it did include a certain set of the Swing components.

There is a third-party group that has made their own library of light-weight components.  See http://www.zaval.org/products/lwvcl/demo/index.html (http://www.zaval.org/products/lwvcl/demo/index.html)

Twiun\'s Java FAQ site did have more info on other visual component alternatives but the site is down at the moment.
Title: Swing
Post by: Anonymous on February 10, 2004, 12:18:51 pm
You can get a real, bug-fixed, Swing.jar for the Zaurus at http://foxfrenchtranslations.com/zaurus (http://foxfrenchtranslations.com/zaurus)

The main problems with the full use of Swing on Jeode are memory and performance related.