Skip to content Skip to navigation Skip to collection information

Connexions

You are here: Home » Content » Object-Oriented Programming (OOP) with Java » Java OOP: ITSE 2321 Practice Group 3

Navigation

Table of Contents

Recently Viewed

This feature requires Javascript to be enabled.
 

Java OOP: ITSE 2321 Practice Group 3

Module by: Richard Baldwin. E-mail the author

Summary: Practice programs with solutions for ITSE 2321

ITSE 2321 Object-Oriented Programming - Practice Group 3

Java and Media Library Version Requirements

Your programs must be compatible with Sun's Standard Edition JDK Version 1.7 or later.

Some of the programs in this group require you to use the Guzdial-Ericson multimedia class library. You will find download, installation, and usage instructions for the library at Java OOP: The Guzdial-Ericson Multimedia Class Library .

Input Image Files

Links are provided within the individual program specifications for downloading any image files that may be required to write, compile, and test your programs.

Solution source code files

Links are provided within the individual program specifications for downloading source code files that contain the programming solutions. You can compile and execute those programs using procedures described in Java OOP: The Guzdial-Ericson Multimedia Class Library .

Output Images

Your output image(s) must match my output image(s) in every respect including color, size, position, etc. Don't forget to display your name in the output image(s) as shown.

New Classes

You may define new classes and add import directives as needed to cause your programs to behave as required, but you may not modify the class definitions for the given classes named ProbXX.

Hints

For some of the programs, you may first need to deduce the algorithm used to transform the input image into the output image, and then write a working program that implements that algorithm. In some cases, you may need to compare numeric color values for corresponding pixels in the input and output images in order to deduce the algorithm.

You can obtain those color values using the following procedure:

  1. Click on the input image file link(s) and use the capabilities of your browser to download and save the image file(s).
  2. Click on the Java solution source code link(s) and use the capabilities of your browser to download and save the source code file(s).
  3. If necessary, replace calls to the show method in my source code with calls to the explore method to force the program to display the output images in a PictureExplorer window.
  4. Write, compile, and execute a simple Java program that will display each input image file in a PictureExplorer window.
  5. Use the input and output PictureExplorer windows to compare the input and output color values on a pixel by pixel basis.

You may find other useful hints in my online tutorials and slides for this course as well as in the YouTube video lectures for this course.

Testing Your Programs

You can compile and execute your program by following the instructions given at Java OOP: The Guzdial-Ericson Multimedia Class Library .

Program Specifications

Program 1

Listing 1: Write the Java application described below.

/*File Prob01 Copyright 2012 R.G.Baldwin

Write a program named Prob01 that uses the class definition shown below and Ericson's media library along with the image file named Prob01.jpg to produce the graphic output image shown in Figure 1 below.

Click Prob01.java to download a Java source file containing the solution to this program.

In addition to the output image, your program must display your name and the other text shown below on the command-line screen:

Display your name here.
Picture, filename None height 201 width 201
*********************************************************/
public class Prob01{
  //DO NOT MODIFY THE CODE IN THIS CLASS DEFINITION.
  public static void main(String[] args){
    new Prob01Runner().run();
  }//end main method
}//end class Prob01//End program specifications.
Figure 1: Required output image for Prob01.
Required output image for Prob01.
Missing image

Program 2

Listing 2: Write the Java application described below.

/*File Prob02 Copyright 2012 R.G.Baldwin

Write a program named Prob02 that uses the class definition shown below and Ericson's media library along with the image file named Prob02.jpg to produce the graphic output image shown in Figure 2 below.

Click Prob02.java to download a Java source file containing the solution to this program.

In addition to the output image, your program must display your name and the other text shown below on the command-line screen:


Display your name here.
Picture, filename None height 404 width 425
*********************************************************/
public class Prob02{
  //DO NOT MODIFY THE CODE IN THIS CLASS DEFINITION.
  public static void main(String[] args){
    new Prob02Runner().run();
  }//end main method
}//end class Prob02//End program specifications.
Figure 2: Required output image for Prob02.
Required output image for Prob02.
Missing image

Program 3

Listing 3: Write the Java application described below.

/*File Prob03 Copyright 2012 R.G.Baldwin

Write a program named Prob03 that uses the class definition shown below and Ericson's media library to produce the graphic output image shown in Figure 3 below.

Click Prob03.java to download a Java source file containing the solution to this program.

In addition to the output, your program must display your name and the other text shown below on the command-line screen:


Display your name here.
Picture, filename None height 300 width 300
*********************************************************/
public class Prob03{
  //DO NOT MODIFY THE CODE IN THIS CLASS DEFINITION.
  public static void main(String[] args){
    new Prob03Runner().run();
  }//end main method
}//end class Prob03//End program specifications.
Figure 3: Required output image for Prob03.
Required output image for Prob03.
Missing image

Program 4

Listing 4: Write the Java application described below.

/*File Prob04 Copyright 2012 R.G.Baldwin

Write a program named Prob04 that uses the class definition shown below and Ericson's media library along with the image file named Prob04a.jpg to produce the graphic output image shown in Figure 4 below.

Click Prob04.java to download a Java source file containing the solution to this program.

In addition to the output image, your program must display your name and the other text shown below on the command-line screen:


Display your name here.
Picture, filename None height 256 width 341
*********************************************************/
public class Prob04{
  //DO NOT MODIFY THE CODE IN THIS CLASS DEFINITION.
  public static void main(String[] args){
    new Prob04Runner().run();
  }//end main method
}//end class Prob04
//End program specifications.
Figure 4: Required output image for Prob04.
Required output image for Prob04.
Missing image

Program 5

Listing 5: Write the Java application described below.

/*File Prob05 Copyright 2012 R.G.Baldwin

Write a program named Prob05 that uses the class definition shown below and Ericson's media library along with the image files named Prob05a.jpg and Prob05b.jpg to produce the graphic output image shown in Figure 5 below.

Click Prob05.java to download a Java source file containing the solution to this program.

In addition to the output images mentioned above, your program must display your name and the other text shown below on the command-line screen:


Display your name here.
Picture, filename None height 252 width 330
*********************************************************/
public class Prob05{
  //DO NOT MODIFY THE CODE IN THIS CLASS DEFINITION.
  public static void main(String[] args){
    new Prob05Runner().run();
  }//end main method
}//end class Prob05//End program specifications.
Figure 5: Required output image for Prob05.
Required output image for Prob05.
Missing image

Miscellaneous Information

This section contains a variety of miscellaneous information.

Note:

Housekeeping material
  • Module name: Java OOP: ITSE 2321 Practice Group 3
  • File: PracticeGroup03.htm
  • Published: 08/03/12
  • Revised: 02/10/13

Note:

Disclaimers:

Financial : Although the Connexions site makes it possible for you to download a PDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, you should be aware that some of the HTML elements in this module may not translate well into PDF.

I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version of the module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale on Amazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If you purchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made and published without my prior knowledge.

Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.

-end-

Collection Navigation

Content actions

Download:

Collection as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Module as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Add:

Collection to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks

Module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks