summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/update1.inc
blob: 75edc2cc3ac1d2bc769075a24013a926f310557e (plain)
1
2
3
4
5
6
/* update1.inc */

public void update(Graphics g)
{
  paint(g);
}