JavaRanch » Java Forums »
Java »
Swing / AWT / SWT
| Author |
HELP?! something weird is going on w/rightAction click
|
Rob Michaelson
Ranch Hand
Joined: Jul 15, 2003
Posts: 36
|
|
Hello, Something weird is going on with my code. After entering a phrase(named phrase) in one Atextfield and then a valid filename in another Atextfield (named filename), clicking the rightAction button named "read" puts values in another two ATextFields (one for X coordinate and one Y for y coordinate) it enters a value into each like "655360" automatically - I think it even replaces what ever number is in there. (I can't even describe it well) Can someone tell me what's going on here? here is the code note: I did take out the backslashes in ("c:" + filename.getText()); to prevent it from being one big comment Thanks Rob
|
 |
Rob Michaelson
Ranch Hand
Joined: Jul 15, 2003
Posts: 36
|
|
|
I tried working on it tonight but I am not figuring it out - any suggestions?
|
 |
 |
|
|
subject: HELP?! something weird is going on w/rightAction click
|
|
|
|