Hi All

I am using Gemplus 211 IS toolkit. With its VOPCardManager CardService, I have 
implemented some code to talk to a Javacard applet. It works fine until I go to 
add some GUI. 

In ActionPerformed(), you can't repaint() to update the GUI, all update will be 
delayed until ActionPerformed() return. I am not good in Mutli-Thread 
programming so I use the SwingWorker class provided by Java Tutorial. However, 
if I move my code into this SwingWorker class, they failed. I am sure it is not 
by typo mistake, basiclly I am using the some code.

Have anyone got this experience? how to communicate with the card using Gemplus 
OCF API inside the ActionPerformed(), and at the same time update the GUI?

Thx alot
Michael


---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe 
! in the body.

Reply via email to