i've been using a full blown IDE ever since i started programming in java...
i learned how to make predefined classes, and how to use it from out side its package...
somethinglike this.
import myPackage.MyClass; public class ClassInOtherPackage { public static void main (String[] args) { MyClass myObj = new MyClass(); } }
now my question is.... how can i make this , package importing ,, when im using an ordinary IDE,
specially when im in shcool,.. coz were only using DOS, old versions of Bluej and JC,,


LinkBack URL
About LinkBacks
Reply With Quote
