| Author |
Can I have two inner classes which extends SwingWorker class.
|
krishna Karthikk
Ranch Hand
Joined: Mar 16, 2010
Posts: 92
|
|
Hi everybody, I am learning how to use SwingWorker class. I have a GUI which will be asking the user for a password. The same GUI can be used to change the password also. The password is stored in a text file. When ever the user press the login button an inner class which extends SwingWorker class is called.
Now if I want to change the password I again want to call another inner class which extends the SwingWorker class. Can I do like this?
Thank you all in advance.
|
There is no rule that we all should know everything. Lets learn few things of everything here.
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
It shouldn't be a problem having two inner classes extends from the same class, after all they are distinct inner classes.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
krishna Karthikk
Ranch Hand
Joined: Mar 16, 2010
Posts: 92
|
|
|
Hi Vijitha, thank you for the reply.
|
 |
 |
|
|
subject: Can I have two inner classes which extends SwingWorker class.
|
|
|