1 Foreword
1.1 About BlueJ
1.3 Copyright, licensing and redistribution
1.2 Scope and audience
1.4 Feedback
2 Installation
2.1 Installation on Windows.
2.2 Installation on Macintosh
2.3 Installation on Linux/Unix and other systems
2.4 Installation problems
3 Getting started – edit / compile / execute
3.1 Starting BlueJ
3.2 Opening a project
3.3 Creating objects
3.4 Execution
3.5 Editing a class
3.6 Compilation
3.7 Help with compiler errors
4 Doing a bit more
4.1 Inspection
4.2 Passing objects as parameters
5 Creating a new project
5.1 Creating the project directory
5.2 Creating classes
5.3 Creating dependencies
5.4 Removing elements
6 Using the code pad
6.1 Showing the code pad
6.2 Simple expression evaluation
6.3 Receiving objects .
6.4 Inspecting objects
6.5 Executing statements
6.6 Multi-line statements and sequences of statements
6.7 Working with variables
6.8 Command history
7 Debugging 27
7.1 Setting breakpoints
7.2 Stepping through the code
7.3 Inspecting variables
7.4 Halt and terminate
8 Creating stand-alone applications
9 Creating applets
9.1 Running an applet
9.2 Creating an applet
9.3 Testing the applet
10 Other Operations
10.1 Opening non-BlueJ packages in BlueJ
10.2 Adding existing classes to your project
10.3 Calling main and other static methods
10.4 Generating documentation
10.5 Working with libraries
10.6 Creating objects from library classes |