Binary tree in java help

so i have been trying to write a postorder binary traversal in java without using recursion ( with a stack instead) but it still do not work. Any one knows how to do it?
thnks