# Bild in Frame1 $image='C:\Bilder\bild_1.gif'; $bild= $frame_1->Photo(); $bild->configure("-file" => $image); $label = $frame_1->Label(-image => $bild)->pack();