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.

Slides:



Advertisements
Similar presentations
Create a Web Site with Publisher 2000 for Marilyn Seguins Class.
Advertisements

Mouse Tutorial for Win XP In this tutorial you will learn to: Move the mouse Click and double click Make selections Manage windows Use menus Click the.
Macros/VBA Project Modules and Creating Add-Ins on the Toolbar
Garfield Graphics included with kind permission from PAWS Inc. All Rights Reserved. Making a PowerPoint Presentation 02 Adding Sound.
1 Programming Languages b Each type of CPU has its own specific machine language b But, writing programs in machine languages is cumbersome (too detailed)
1 of 2 Microsoft Outlook 2003 makes it possible to delegate one or more people to read and create items in your Outlook account and to respond to e- mail.
Creating First Class Web Pages Log into your account.
A Computer is Like a Filing Cabinet
TO A CD.  DATA CAN BE LOST DUE TO ◦ POWER SURGES ◦ MANUFACTURING DEFECTS ◦ HURRICANES/LIGHTENING STRIKES.
Introduction to the JDK Java for Computational Finance
HOW TO USE BY ALEX ROSS ALEX ROSS. HOW TO CREATE ACCOUNT FOR DUMMIES is a great way to communicate with others. We can interact with.
Adding attachments on an Attachments are files e.g. Videos, Photos, Word, PowerPoint, and work these are sent with an . Attachments are very.
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate.
Editing Java programs with the BlueJ IDE. Working environments to develop (= write) programs There are 2 ways to develop (write) computer programs: 1.Using.
Export citations and create a bibliography Jacqueline A. Gill Associate Professor Reference Librarian and Information Literacy Coordinator
The 12 screens to follow contain a number of Tool descriptions, some instructions on their use, and in some cases a Task or two. If you dedicate one hour.
Go to our website, and click on the eMedia Catalog link To find books, either click on the advanced search (which I will.
Refworks Presented by Margaret Clark, Reference Librarian FSU College of Law Library September 20, 2005.
The basics of the Online Portal
1-July-2002cse142-Shortcuts Tutorial © 2002 University of Washington1 Shortcuts Tutorial CSE 142, Summer 2002 Computer Programming 1
Windows Basics: Desktop, Taskbar and Window
Github & Arduino How To: Post On Github How To: Download from Github How To: Upload Code Downloaded from Github to Arduino Tommy Sanchez EE400D Spring.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
Several Ways to Print in Windows 98 by Ralph Godinez.
CSC172 Intro Pepper. Goals Reminder of what a class is How to create and use classes How to design classes How to think in terms of objects How to comment.
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
G G L E D O C S INTRO OF DOCS TEAM 1 JEFF MARVINNY & RO GRAGNANO.
How to Tag a Corpus Using Stanford Tagger. Accuracy All tokens: 97.32% Unknown words: 90.79%
The Basics of Javadoc Presented By: Wes Toland. Outline  Overview  Background  Environment  Features Javadoc Comment Format Javadoc Program HTML API.
CPSC1301 Computer Science 1 Overview of Dr. Java.
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
MGW client API How to easily integrate messaging into your application.
Eclipse. An IDE is an Integrated Development Environment Different IDEs meet different needs BlueJ, DrJava are designed as teaching tools Emphasis is.
Javadoc Comments.  Java API has a documentation tool called javadoc  The javadoc tool is used on the source code embedded with javadoc-style comments.
Javadoc A very short tutorial. What is it A program that automatically generates documentation of your Java classes in a standard format For each X.java.
Exercise Your your Library ® RefWorks: The Basics October 10, 2006.
CSC 212 – Data Structures Prof. Matthew Hertz WTC 207D /
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Computer basics: Using a mouse Suitable for: Beginner.
View and Manage corporate files from within Baan and ERP Ln Baan Hot Link Ver 6.2.
22-July-2002cse142-13B-Development © 2002 University of Washington1 Development Tools CSE 142, Summer 2002 Computer Programming 1
How to Create an Address How to Create a Free Account, Read and Answer your s. Yahoo! provides FREE . To create a free .
January 2006Colby College ITS Setting Up Course Pages.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Compiling and running Java programs with BlueJ. Successfully compiled files program files in BlueJ You can tell from the shade of a program icon in BlueJ.
Using Dropbox. Objectives The student will be able to: Upload a file to Dropbox Create a folder on Dropbox Share a Dropbox folder with peers.
Installing NVU A full-featured web page editor. NVU has two great virtues: 1. It’s good 2. Its’ free!
Getting to Know Your Desktop Icons, Taskbar, Workspace, Window, Notifications, Start and Search.
Introduction to Eclipse Programming with an Integrated Development Environment.
Instructional Support/6, 7, 8/iSquad Session 1 of 2 Get Going with File Management for MACs.
What’s on Your Desktop?. Programs on your computer Some programs are standard on most computers for example: Microsoft Word Internet Explorer Microsoft.
How to embed a YouTube video – it’s as easy as 1,2,3!
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
C. Thomas Wu An Intro O-O Java Programming javadoc Utility.
E-PORTFOLIOS E-PORTFOLIOS Building For Your Future.
Click your mouse for next slide Dreamweaver – Synchronizing your Site to a Network Drive In the first lesson we defined our site and we associated a root.
Transforming PowerPoints with Google Docs
Weebly Elements, Continued
Make Links from your Baan System
Quick Start Guide for Visual Studio 2010
Macros/VBA Project Modules and Creating Add-Ins on the Toolbar
Lesson Objectives Lesson Outcomes
CGS 3175: Internet Applications Fall 2009
File Management.
Download and Installation of code::blocks
Create a Desktop Shortcut
ADVANCED GUIDE TO ING This guide is for people who can already use and send to a good standard but cant use the more advanced.
Review of Previous Lesson
Java Code Review with CheckStyle
Presentation transcript:

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.

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

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

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.

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!

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

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