Add creational patterns, Interpreter; remove scripts; update README
This commit is contained in:
5
01-creational/abstract-factory/MacCheckbox.java
Normal file
5
01-creational/abstract-factory/MacCheckbox.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package abstractfactory;
|
||||
|
||||
public class MacCheckbox implements Checkbox {
|
||||
@Override public void render() { System.out.println("[Mac] Rendering checkbox with rounded tick box"); }
|
||||
}
|
||||
Reference in New Issue
Block a user