henry kay

Greenhorn
+ Follow
since Jun 15, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by henry kay

Peter, rob and campbell

thanks for pointing and guiding me on how to go about asking and posting portion of the area that requires aid. appreciate the help given.

as for my reply to michael dunn, i do not wish to argue my reply if its appropriate or not. Just because i post my entire code out, he speculate that the code i made is not my own code? different people are good at different things. what would he feel if he encounter a problem in other field and he dun even know how to ask for help so he just post everything and someone comment at him that what he done is not his work.

if my reply to him is on the verge of rudeness, his reply "I know what the problem is, but I don't help cross-posters." sound arrogant to me with factor of mocking in it.
to me his reply sound like "you copy some code from internet and post it in so many places, rather then posting , why dun you go do your research? i know the answer to your problem but i dun help people like you."
13 years ago
marc, thanks for the aid to put it into a code tag whatever it means.

basically this is my assignment from my school which requires me to create an application for a student registration program.
i dun really know much of java swing programming so i put the code together using youtube, google and other source as my research source.

to be brief, the desire result is that i had a menu bar with menu item. when i click on the enroll new student menu item, it suppose to go to a pop up window which in this case i use a new frame . on the new window, there are some textfield that allow user to input data and then when i click submit, i wish to use the input from user to create a text file and then store the other textfield input in the text file.

what i facing now is that when i click on the menu item enroll new student, it create a text file with the text that i put as the default text without i clicking the submit button.


rob, what does SSCCE mean?


michael , i did post on multiple forum to get the maximum reply to my problem. how sure are you that it is not my code? if its not my code, why would i post code that is not working to get it working? it fine if you do not wish to help , but please to do not generalize people posting on multi forum asking for help. although i thank you for your input even though it is useless.
13 years ago
[See Beginning Java thread]
michael , i did post on multiple forum to get the maximum reply to my problem. how sure are you that it is not my code? if its not my code, why would i post code that is not working to get it working? it fine if you do not wish to help , but please to do not generalize people posting on multi forum asking for help. although i thank you for your input even though it is useless.
13 years ago
hi all,

i wish to read the text input by user on 1 class and use that textfield input in another class to create a file.

but currently , when i just click the menu item, it auto create the file out with the default text in the textfield.

i attached my code in below, tried to attached the file but unable to attach.
the one in bold are the 2 classes i trying to get the thing to work.

Any help is greatly appreciated.



EDIT my mw: Added code tags.
13 years ago