I am making an applet (though not in Greenfoot because it uses Java3D) and I can't figure out how to make a final variable. I know in applets you shouldn't use the constructor (use init instead) but eclipse won't let me assign my final variable in the init() method.