Java Readers and Writers  «Prev  Next»


Add Graphical User Interface - Exercise

The objective of this exercise is to add a graphical user interface to the FileDumper program.
Let us review the specifications for this part of the course project:
  1. Add a graphical user interface to the FileDumper program that allows users to select the file to be dumped and the format the data will appear in (ASCII, floating-point numbers, decimals, ints, shorts, and so on) when the file is dumped.
  2. Store the data read in a byte array that has the same length as the file.
  3. List not only the contents of the file, but also information about the file.

Paste the source code of your program below and click the Submit button when you are ready to submit this exercise.