A large Java project should have its major components arranged in appropriate folders. Any new classes should be added to the appropriate folder. These instructions illustrate one way of achieving this.
For example, let's say that you wish to add a new class
ComputerPlayer.java
to the Model for monopoly and that you
have the Monopoly project open in JBuilder.
model
folder. model
) and that the Add to Project check box is
checked.