| package lab7;import fishbowl.strategy.*;public class SingleMenu implements SingleFishBehaviorMenuObserver {private IFishBehavior _behavior;private Fish myFish;private behaviorHolder _behaviorholder;private CurrentSelectedBehaviorHolder _currentSelectedBehaviorholder;public SingleMenu (behaviorHolder behavior, CurrentSelectedBehaviorHolder CurrentSelectedBehavior) {_behaviorholder = behavior;_currentSelectedBehaviorholder = CurrentSelectedBehavior;} public void createSingleBehaviorFish() {myFish = new Fish(_behaviorholder, _currentSelectedBehaviorholder);myFish.setBehavior( _behavior );myFish.setColor(cse115.utilities.Random.randomColor());} public void chameleonSelected() {_behavior = new ChameleonBehavior();} public void dizzySelected() {_behavior = new dizzybehavior();} public void randomSwimSelected() { _behavior = new randomSwimbehavior();} public void regularSelected() { _behavior = new regularbehavior();} public void surpriseSelected() {_behavior = new Surprise();} } |
| |
| Wat happen ppl. either i hvent been on xanga and ever 1 forgot about me or u all r 2 biz for xanga. dont c much props ppl . WHAT HAPPEN? |
| |
| WOw havent been on Xanga for a long time. been playing maplestory a lot. I am a fire mage. lvl 50 and still going up. work suck this year. so boring. atleast i get paid. thats the only thing that matters. how is ever 1 else? |
| |
| Been back home for a week and still haven't settle down my things. Wat a mess. Working these few days, teacher and somthing wit citigroup. If any 1 needs a job just tell me and ill tell u all about it. Its a business job, resume builder, and part time. so you can go to school and still do the job. |
| |