/*
* Created on Oct 30, 2004
*/
/**
* @author Evren Sirin
*/
public class SwingUtils {
public void actionPerformed(ActionEvent e) {
w.dispose();
}
};
frame.setLocation(x, y);
}
t.setEditable(false);
t.setLineWrap(true);
t.setWrapStyleWord(true);
//info.setResizable(false);
//info.show();
info.setVisible(true);
}
}