Hi Jeff,
I tried your code, (but with new names and all)..
It ran fine....See if there is any big difference between both the programs...
In my little program depending on the boolean value passed to super,
public showFlaw()
{
super(true);
}
, the println was responding accordingly...
Ramy..