j2s-development] SwingWT and a try on JavaScript version of Swing/AWT
Brought to you by:
zhourenjian
|
From: Zhou R. <jo...@sj...> - 2006-08-10 18:03:20
|
http://swingwt.sourceforge.net/ SwingWT is a 100% pure Java library which aims to be a free implementation of Swing <http://java.sun.com/products/jfc/#swing> and AWT. Unlike Swing, it drives native peer widgets for your platform from SWT <http://www.eclipse.org/swt/>. When I came up with this project today, I spent some time trying to make the sources Java2Script SWT compatiable. As J2S' SWT is not fast indeed, and adding huge wrapper for Swing/AWT made the demo running very slow (About 1 minute before window popup). And by so far I could only get Swing' JFrame and JTabbedPane displaying inside browser. It seems that JavaScript version of Swing/AWT is possible. Regards |