Posted By:
Robert_Langley
Posted On:
Monday, March 6, 2006 12:03 AM
I'm completely lost here mostly due to the fact that I'm unfamiliar with all of jbuilder's jargon so looking it up in a tutorial is an impossibility for me at the moment due to time constraints. Anyway, I created a new Application in a project and afterwards I went into New.. and selected dialog. If I wanted a button in the the dialog window to append some text to a text area in the other frame how would I go about doing that? For the action event of the button in the dialog I tried: Frame1 fram; fram.jTextArea1.append("some text"); Which didn't work but I just wanted to give an idea on how completely lost I am. Step by step help or even just the term used to describe this process would be much appreciated.
More>>
I'm completely lost here mostly due to the fact that I'm unfamiliar with all of jbuilder's jargon so looking it up in a tutorial is an impossibility for me at the moment due to time constraints. Anyway, I created a new Application in a project and afterwards I went into New.. and selected dialog. If I wanted a button in the the dialog window to append some text to a text area in the other frame how would I go about doing that? For the action event of the button in the dialog I tried:
Frame1 fram;
fram.jTextArea1.append("some text");
Which didn't work but I just wanted to give an idea on how completely lost I am.
Step by step help or even just the term used to describe this process would be much appreciated.
<<Less