- A free Java Development Environment designed for beginners, used by millions worldwide
- Created by University of Kent
- Supported by Oracle
- "One of my favourite IDEs out there is BlueJ"
- James Gosling, creator of Java.

Alberto Ferrari
Ingegneria dell'Informazione, UniPR

Something like this
Person person1 = new Person();
person1.makeVisible();
person1.moveRight();
try
Person myPerson = new Person();
myPerson.makeVisible();
myPerson.moveRight();
Tip You can recall previously used commands in the Code Pad by using the up arrow.
In Bluej the pop-up menu of a class has an option labeled Open Editor.
This will open a text editor displaying the source code of the class.

Use lab-classes project and look at code
Alberto Ferrari
Ingegneria dell'Informazione, UniPR
www.ce.unipr.it/~aferrari/