import java.io.*;and it is not possible to simply import only one class from within a package like the following import would do
import java.io.IOException;So, in nice you can only import a whole package. But if you are going to import another nice package, you will need to import it with the following syntax
import nice.doc;I did not specified the syntax but gave examples, as this might be more intuitive. -- ChristianS - 04 Oct 2003
| Topic NicePackages . { Edit | Attach | Ref-By | Printable | Diffs | r1.2 | > | r1.1 | More } |
|
Revision r1.2 - 04 Oct 2003 - 16:57 GMT - ChristianS Parents: WebHome > NiceTutorial |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |