it's exactly what it says. TabbedPanel doesn't have the default constructor. You must give it at least ID.
Eyal Golan [email protected] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Mon, Aug 17, 2009 at 2:42 PM, Gerald Fernando < [email protected]> wrote: > Hello Friends, > > > This is my need > > what i want whenever i need this tabbedPanel i want to place in any page > > public class choicePanel extends TabbedPanel{ > super(); > } > > not like > public class choicePanel extends webpage > > > i have created the above one but it shows the error that > > he constructor TabbedPanel() is undefined > > please give me urgent Reply > -- > Thanks®ards, > Gerald A >
