• 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

Accessing the components of a bean from an applet

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a bean inside an applet. The bean has the following pattern. Bean=> JScrollpane=> JTable and 1 update button and 1 refresh button.
The applet too has an update btn and a refresh button and a JLabel which displays messages saying which of the buttons i.e whether the button in the bean are pressed or the buttons in the applet are pressed. I'm able to display a msg. when I press the buttons inside the applet, but How do set callbacks for the buttons in the bean to the label in the applet when I press them.
I hope the qn. is clear enough.
 
reply
    Bookmark Topic Watch Topic
  • New Topic