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

Having a Problem with Applet

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I am building a applet that make some calculation and the results are displayed in a JTextField. Is it possible to use the calculation from the applet and have them displayed in another area of a web browser that is not part of the applet? What are some sugestions of ways to go about accomplishing this? I'm kind of new to java so I don't really know that much about applets. I would gratly appreciate any input from anyone who could get me going in the right direction or give me a few clues. Thanks
 
nathan Balon
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I guess what i would like to know is it possible for two applets to talk exchange data between them. Or would possibly java script be a better solution to the problem.
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
nathanB,
Welcome to JavaRanch!
We ain't got many rules 'round these parts, but we do got one. Please change your display name to comply with The JavaRanch Naming Policy.
Thanks Pardner! Hope to see you 'round the Ranch!
Also, please don't post the same question in multiple forums. It just complicates a conversation. Let's continue this conversation back in the Applets forum...
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic