Skip to content

Instantly share code, notes, and snippets.

@mearns
Created August 21, 2018 18:17
Show Gist options
  • Save mearns/3bf1362ca1471eb1058c41e6f58a9771 to your computer and use it in GitHub Desktop.
Save mearns/3bf1362ca1471eb1058c41e6f58a9771 to your computer and use it in GitHub Desktop.
class CheckBoxSystem {
CheckBoxSystem () {
CheckBox checkBox = new CheckBox(false);
CheckBoxController controller = new CheckBoxController(checkBox);
CheckBoxViewer viewer = new CheckBoxViewer(checkBox);
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment