I'm stuck with some alignment problems in tabular:

and in draft mode:

The point is that the bottom left one should take the whole space without overflooding the bottom (so to speak)
The original MWE that gave these images is the following:
\documentclass[9pt,draft]{beamer}
\usepackage{multirow}
\usepackage{tikz}
\pgfdeclareimage[interpolate=true,height=.15\textheight]{mousse-hexa}{img/foam2D-honeycomb.png}
\pgfdeclareimage[interpolate=true,height=.15\textheight]{mousse-grain}{img/foam2D-grain-boundaries.png}
\pgfdeclareimage[interpolate=true,height=.15\textheight]{mousse-desor}{img/foam2D-disordered.png}
\pgfdeclareimage[interpolate=true,height=.15\textheight]{murissement}{img/foam2D-coarsening.png}
\pgfdeclareimage[interpolate=true,height=.30\textheight]{graphe-mur}{img/lauriesfoam.png}
\begin{document}
\begin{frame}{title}
\begin{tabular}{c l}
\pgfuseimage{murissement} & \pgfuseimage{mousse-hexa} \\
\multirow{2}{*}{\pgfuseimage{graphe-mur}} & \pgfuseimage{mousse-grain} \\
& \pgfuseimage{mousse-desor} \\
\end{tabular}
\end{frame}
\end{document}


\multirowto shift your image up: For the draft version of your slide,\multirow{2}{*}[0.1\textheight]{\pgfuseimage{graphe-mur}}works quite well. – Jake Jun 15 '12 at 9:17columnsenvironment. – EEva Jun 15 '12 at 9:39