java - How to modify an ActionEvent -
i have class receives actionevent. want modify event , add together objects (if possible). kinda how intents in android. possible or not?
to add together background:
the first class receives actionevent when button clicked, want class add together string value actionevent , dispatch event class acting actionlistener class. possible or not? dispatched event trigger actionperformed event?
i solved merging both classes 1 made lot easier setting variable , phone call function accomplish wanted. other solution have been create custom editable event , create both classes receivers of event, assignment , didn't have time that
java swing jpanel action actionevent
No comments:
Post a Comment