String grphString;
int grphType;
graph = (FastVector)m_history.getNamedObject(name);
grphType = ((Integer)graph.firstElement()).intValue();
grphString = (String)graph.lastElement();
if(grphType == Drawable.TREE){
final javax.swing.JFrame jf =
new javax.swing.JFrame(Messages.getInstance().getString("GraphViewer_DoPopup_Jf_JFrame_Text_First") + name);
jf.setSize(500,400);