Inheritance diagram for TextProp::
[inline]
00108 { 00109 super(WorldApp.frame, "Text"); 00110 00111 textField = new JTextField(50); 00112 addPair("Text:", textField); 00113 }
[inline, virtual]
Reimplemented from PropertyDialog.
00116 { 00117 text = textField.getText(); 00118 }