> Hi all,
> i'm working on an old project written in Java ( i think with JVM 1.3 ) but
[quoted text clipped - 10 lines]
> application.
> How i can resolve this problem? Where i can find these class?
You have two choices:
1. Find the required packages and include them with your application.
2. Rewrite the code in terms of standard packages.
If you want to create a portable application, the second is preferable.

Signature
Paul Lutus
http://www.arachnoid.com
Asso - 27 Sep 2004 21:08 GMT
> You have two choices:
>
[quoted text clipped - 3 lines]
>
> If you want to create a portable application, the second is preferable.
Thank you Paul, i think i will rewrite this part of code also because it's a
little GUI part code ( relate to position of the controls).
:) See U soon
Luca.