1 / 7

Here’s what we see when we start a new BlueJ “Project”.

Here’s what we see when we start a new BlueJ “Project”. BlueJ automatically creates a small “ readme.txt ” file to hold any directions we wish to write about our application. We might write special instructions or “release notes” in this file.

janine
Télécharger la présentation

Here’s what we see when we start a new BlueJ “Project”.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Here’s what we see when we start a new BlueJ “Project”. BlueJ automatically creates a small “readme.txt” file to hold any directions we wish to write about our application. We might write special instructions or “release notes” in this file.

  2. Here’s what we see when we create a New Class called “Class1”.

  3. Here’s what BlueJ puts in by default in our new class. It’s a lot of structure already done for us!!

  4. Here’s what we see after we successfully Compile “Class1”. Note, the icon looks a little different for the class now. Notice the message down here, too.

  5. BlueJ can quickly and easily create Web-based “javadocs” documentation for your classes! Just use the “tools” menu. The Java API is a set of javadocs, too!

  6. Get help online if you want to learn to do more… Here’s a quick link to the Java API!

  7. javadocs … Bytecode … Source code … BlueJ “project” file … A “readme.txt” file that most computer programs provide to users … In our project folder, here’s all the files!

More Related