The BlueJ User Manual

For COMP111 Students at Franklin University

Getting Started

* Create a Java class

- Click New Class buttom on the left panel

- Enter a class name, choose Class as Class Type, and Click OK

Let's see what will happen next!

Go to Previous                                                                               Go to Next

Navigation

To help you get started with the BlueJ, a simple java program will be demonstrated step-by-step as the following:

* Create a Java project

* Create a Java class

* Run a Java program

* Run a JUnit test

* Submit a Java program to Web-CAT