Can someone please help tell me how to make my code into 2-3 multiple java files? I really don't know how to break it up and I am afraid if I do, I'll mess it up and have to start all over again. So if any could please help me it would be greatly appreciated.
multiple files, please help
Collapse
X
-
multiple files, please help
Tags: None -
First make a backup of your old single file. Next step away from your PC andOriginally posted by princessfrostCan someone please help tell me how to make my code into 2-3 multiple java files? I really don't know how to break it up and I am afraid if I do, I'll mess it up and have to start all over again. So if any could please help me it would be greatly appreciated.
design the separate classes you think you need. Get back to that darn PC and
implement each class each in its separate .java file. Compile the whole thing
and see how it goes. For any trouble feel free to get back here.
kind regards,
Jos
Comment