Hi All,
I have a processing application it has many screens loading according to the users function, when application has many screens, you know ? its very complicated to maintain since we have to implement them in draw() method. Is there any design pattern to reduce the complexity when we use many screens.
1