Re: eclipse, gwt 1.6 & java.awt.Composite

2009-05-18 Thread dk
Oh joy. Of course you do... I was looking straight at that and didn't see it. thanks On May 18, 10:36 am, Isaac Truett wrote: > In GWT, Composite is a class rather than an interface. You would > extend Composite, not implement it. --~--~-~--~~~---~--~~ You rece

Re: eclipse, gwt 1.6 & java.awt.Composite

2009-05-18 Thread Isaac Truett
In GWT, Composite is a class rather than an interface. You would extend Composite, not implement it. On Mon, May 18, 2009 at 11:27 AM, dk wrote: > > Hi > > I goofed and can not figure out how to recover.  I am just trying gwt > 1.6, I have not tried this with older versions. > > I am creating a

eclipse, gwt 1.6 & java.awt.Composite

2009-05-18 Thread dk
Hi I goofed and can not figure out how to recover. I am just trying gwt 1.6, I have not tried this with older versions. I am creating a small test and am building a composite widget. I typed: public class NavBar implements Composite { StackPanel navBar = new StackPanel(); ... and