First working JFace example
davidl
davidl at 126.com
Thu Apr 10 19:41:00 PDT 2008
在 Thu, 10 Apr 2008 17:23:31 +0800,Frank Benoit
<keinfarbton at googlemail.com> 写道:
> Now the JFace stuff compiles with the available dwt on win/linux.
>
> dwt-samples/jface/ActionAndStatusbar
> is a first showcase.
>
>
> More example code as showcases and testcases is very welcome.
> Snippets can be found here:
> http://wiki.eclipse.org/index.php/JFaceSnippets
>
>
> Due to a compiler bug (#1978), the tango collection need a fix to make
> JFace not going into a endless loop.
>
> - tango.util.collection.mode.View
> line 39 : public Dispenser!(T) duplicate();
> change to: public View!(T) duplicate();
>
>
> - tango.util.collection.mode.Set
> line 37 add:
> public Set!(T) duplicate();
> public alias duplicat dup;
The harder you work, the more shameful I feel for not being able to do
some dwt-related coding recently.
Anyway, good job! :)
--
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
More information about the Digitalmars-d-dwt
mailing list