Re: Using flow layout
kate rhodes <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
Unlike Thinlet SWIXML doesn't do it's own layout system. It uses Swing classes for everything. It supports it exactly as well as the version of java you are using supports it. You can use ANY Swing layout you want. There aren't tags for them but there is nothing to stop you from applying a layout in java to the objects generated by SWIXML. There is no "best layout". You use whatever layout is most appropriate to the needs of your interface. again... swixml DOES NOT have ANY layout managers of it's own. It uses the layout managers in Swing. All SWIXML does is map XML to Swing objects and instantiate those Swing objects with the attributes specified in your XML via getters and setters. -Kate [email protected] wrote: > > >Hi, > I had used thinlet for a quite a while and when i started using > swixml i find that the support for flow layout is not that great in >swixml. > > can anyone suggest what is the best layout to use with swixml > and can i use flow layout the same way as i do in thinlet. > > Regards, > Akhil > >"DISCLAIMER: This message is proprietary to Hughes Software Systems Limited >(HSS) and is intended solely for the use of the individual to whom it is >addressed. It may contain privileged or confidential information and >should not be circulated or used for any purpose other than for what it is >intended. If you have received this message in error, please notify the >originator immediately. If you are not the intended recipient, you are >notified that you are strictly prohibited from using, copying, altering, or >disclosing the contents of this message. HSS accepts no responsibility for >loss or damage arising from the use of the information transmitted by this >email including damage from virus." > > >_______________________________________________ >Forum mailing list >[email protected] >http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com > > > >