[Bluej-discuss] Code Pad: is it working correctly?
Philippe Polet
ppolet at univ-valenciennes.fr
Wed Apr 19 14:33:42 BST 2006
I ve a solution for your first question :
At 10:51 19/04/2006, you wrote:
>I am using BlueJ on a Mac (10.4.6). I recently found out about the
>Code Pad where I can type in Java statements and have them executed.
> From what I read in the instructions, the objects I create should
>appear on the bench. But they don't.
>
>Here's what I've tried:
>Open the Shapes example project.
>Open the Code Pad.
>Type in something like: Circle c = new Circle();
>
>Should I see an object appear in the bench?
type in the code pad :
Circle c = new Circle();
c;
and then drag the new reference on the bench....
More information about the bluej-discuss
mailing list