diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/update1.inc')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/examples/update1.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/update1.inc b/Master/Reference Architectures and Patterns/hjp5/examples/update1.inc new file mode 100644 index 0000000..75edc2c --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/examples/update1.inc @@ -0,0 +1,6 @@ +/* update1.inc */
+
+public void update(Graphics g)
+{
+ paint(g);
+}
\ No newline at end of file |
