public static void main(String[] args) {
   TextFrame tf = new TextFrame("Test", 10, 72, "poggy text");
   tf.resize(500, 500);
   tf.show();
 }