• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HELP?! something weird is going on w/rightAction click

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried working on it tonight but I am not figuring it out - any suggestions?
 
The moth suit and wings road is much more exciting than taxes. Or this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic