Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
if using the solution u give, awaiting ur reply, regards, > to > In fact all labels for case statements must be a compile time constant. If you write event.REPLACED then it is not the compile time constant. You need to use classname.REPLACED i.e StatusEvent.REPLACED. > Thanx
Replies: |
Sponsored Links
|