Learning BlueJ
    These instructions are for the CSL Workstations running
    CentOS 7.
    
    Making a launcher for BlueJ.
      - Open a Terminal.  Copy-and-paste the following line into the Terminal and enter it. 
 cp -i  /home/graderjd/bin/bluej.desktop ~/.local/share/applications
 Close the Terminal.
- At the top of the screen click on the Applications menu then scroll down to Other.  You should see a "BlueJ IDE" menu item.
- Press the Windows key on your keyboard and observe the Overview overlay. Click the Show Applications (nine white dots) icon at bottom of left-side menu.
Now right-click on the BlueJ icon and select “Add to Favorites”.
You may change the order of icons in Favorites and on the Panel by dragging the applications up or down
      
- Try it out!  Click on the Applications menu and from "Favorites" click on the BlueJ icon.  The IDE should launch.
Customize BlueJ Preferences
- Launch BlueJ.
- From the Tools menu, select "Preferences". The Preferences dialog appears.
- In the Editor tab, check "Display line numbers" and uncheck "Match brackets".
- Adjust the slider for Scope Highlighting to somewhere in the middle.
- In the Interface tab, check "Show unit testing tools"
Complete Tutorial Exercises
      -  Download Examples.zip
        and unzip it into a working directory on your computer.  
 
-  Read The
          BlueJ Tutorial (pdf) Chapters 3.2 - 5.2  and carry out
        the exercises.
      There is nothing to submit for this lab.