I found this in GTA5. I enjoyed it.
http://prod.cloud.rockstargames.com/ugc/gta5photo/2528/AXHj9RIoT0GLhi6XX4-PmQ/0_0.jpg
Here’s the source code. Be sure to ask Rockstar before using it commercially:
package java.cappuccino;
import java.shot.milk.foam;
public class Breakfast extends Meal {
private double espresso;
private int bread;
private int bacon;
public void sandwich() {
bread = 2;
bacon = 2;
return bread + bacon;
}
}