User should be able to add objects to the object bench,
through one of the following methods:
- A button on the object bench itself
- The "New..." Wizard selection
- The context menu for .java files and public Java
classes
- Developer can drag-and-drop a public Java class
or .java file to the Object Bench
If a .java file is selected, it is assumed that the
public class within that file is to be used.
User should be able to supply a name and class type,
choose any constructor type, and supply arguments to
that constructor. Those arguments can be any literals,
in-place objects, or references to objects currently on
the Object Bench (referenced by name).
For finer details, view the associated use case.
Logged In: YES
user_id=150393
This has been flushed out in the use case.