CIS-257 Web Site

At this web site I will attempt to post the sample handouts that I would normally pass out in class in addition to proramming assignments, study guides and etc. This material is based upon work supported by the National Science Foundation under Grant No. 0122636.


Course Syllabus · Course Policies · Course Outline

Class Bulletin Board · Current Tutor · Weekly Study Guides

Lab Assignment 11 · Lab Assignment 12 · Lab Assignment 13 & Final Exam Project

To Download the Java Development Kit · Capturing & Printing Java Test Results

To Download JCreator · Getting Started with JCreator

Samples

Validator Class from Textbook

Selection Sort Demo

Bubble Sort Demo

Insertion Sort Demo

Compare String Demo Using the Validator Class

Cube Class that extends the Rectangle Class

The Displayable Interface

Rectangle Class w/ Displayable Interface

Cube Class Inherits Rectangle Class w/ Displayable Interface

Polymorphic Arrray App using an Interface with Inheritance

Creating and Using Packages

Demo Files for "Creating and Using Packages"

Enumerated Data Type Demo

Multiple Classes and One Enumeration in One File

Multiple Classes and Multiple Enumerations in One File

Displaying a Collection in Multiple Classes with toString( )

Exception Demo 1

Exception Demo 2

Exception Demo 3

Using a Custom Exception Class

Thread Demo with a Sleep Method in the main Method

Thread Demo for Producer-Consumer Pattern

SwingDemo1 with JFrame and JPanel

SwingDemo2 with ActionListener & FlowLayout Manager

SwingDemo3 with ActionListener & BorderLayout Manager

GridBagConstraints Demo

SwingValidator class from textbook

Dialog Boxes Demo

Confirm Dialog Demo

First Applet Demo

Applet Demo Converted from an Application

To Execute the Applet Demo Converted from an Application

To Execute Stephanie's Lab-11 Pizza Calculator Applet

To Execute Alberto's Lab-11 Pizza Calculator Applet

Creating Jar File Demo

Write non-delimited Text File

Read non-delimited Text File

Write delimited Text File Method

Read delimited Text File Method

Write Binary Method

Read Binary Method

IOStringUtils Class for Fixed Length Strings

Write Random Access File Demo

Read Random Access File Demo

Serialized Files Demo

Networking Client Demo

Networking Server Demo