![Hands-On Design Patterns with Java](https://wfqqreader-1252317822.image.myqcloud.com/cover/688/36698688/b_36698688.jpg)
上QQ阅读APP看书,第一时间看更新
Programming the design pattern
In order to implement our control box example, we need to create a ControlBox class based on the UML diagram in the previous section. The class is presented in the following sections:
- Class variables
- Constructor
- Accessor methods
- Power-related methods
- Slider-related methods