File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes HELP?! something weird is going on w/rightAction click Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "HELP?! something weird is going on w/rightAction click" Watch "HELP?! something weird is going on w/rightAction click" New topic
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?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: HELP?! something weird is going on w/rightAction click
 
Similar Threads
HELP?! set up an iterator & put entries Collection into display List
Help with ALabel - or instance variable which will hold an array
Manipulating Vectors (code not working)
HELP?! making an application w/static void main(String []args)
Help! I need help w/ALabel(s) to display messages