Project Organization

How to put method body out of some class into some other file to keep project more organize?
[106 byte] By [Zak34a] at [2007-10-3 4:10:01]
# 1
In my book, a project is only organised if I can find the code I'm looking for quickly and easily. Moving a method body out of the class it belongs to will inevitably slow down the search for it.
YAT_Archivista at 2007-7-14 22:10:12 > top of Java-index,Java Essentials,New To Java...
# 2
Though I cannot say what the OP is asking for but my initial guess is he is referring to Separation of Concerns. And if that is the case make a google search on MVC. That would be a good start
kilyasa at 2007-7-14 22:10:12 > top of Java-index,Java Essentials,New To Java...
# 3
I just want to separete my project that is made of one big .java file(448 lines)into more files.I tried to make some classes but it made code complicatedI'm using Jcreator Pro 350 editor and Win XP.
Zak34a at 2007-7-14 22:10:12 > top of Java-index,Java Essentials,New To Java...