Levente, Thanks for your great contribution to the SwixML project. I'll put it into beta 5, scheduled to be released on June 12th.
Wolf > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 2:32 AM > To: [email protected] > Subject: [Forum] CardLayout support > > > Wolf, > > This is a simple extension to SwixML to support CardLayout. > I attached the modified LayoutConverter.java and ConstraintsConverter.java > from the 4th beta release. (All changes [3] are labeled with: //SL ) > This is a minimal support for CardLayout which might be enough > considering the low demand for this feature. > > You access the card layout manager of a component installed by SwixML > in the good old way :) : > > > (CardLayout)((Container)swingEngine.find("id_of_my_CLed_comp")).ge > tLayout() > > Best wishes, > > Levente >
