The Artima Developer Community
Sponsored Link

Java Buzz Forum
Visual Description of StackLayout

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Visual Description of StackLayout Posted: Jun 9, 2005 12:06 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Visual Description of StackLayout
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

I've got to hand it to Romain. He has created a brilliant graphic to illustrate StackLayout.

StackLayout
The more demos I write, the more effects I'd like to reuse for other demos. In some cases I'd like to reuse only a part of an effect. In the application I'm writing, I wanted to use the animated curves from Help Your Shelf. In this demo, there is a CurvePanel extending GradientPanel. My first problem was I wanted to change the gradient and I felt it was awkward to modify the base class rather than just using another implementation. I then added sprites to the demo and I wanted them to be displayed below the curves but on top of the gradient. That's why I decided to decouple every layer and use a StackLayout to produce this...

Read: Visual Description of StackLayout

Topic: Links for 2005-06-01 [del.icio.us] Previous Topic   Next Topic Topic: Links for 2005-06-01 [del.icio.us]

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use