first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
Project "imageviewer-final" (version 3.1)
Authors: David Barnes and Michael Kölling
This project is part of the material for the book
Objects First with Java - A Practical Introduction using BlueJ
Sixth edition
David J. Barnes and Michael Kölling
Pearson Education, 2016
It is discussed in chapter 13.
This project demonstrates the building of a simple GUI (including labels,
buttons, layout managers, event handling, menus, dialogs) as well as a bit of
image processing.
This project is started by creating an object of class ImageViewer. This will
automatically display the application's GUI - no further interaction with the
object on the object bench is necessary.
WARNING:
It sometimes happens (unfortunately) that the image viewer window opens BEHIND the
BlueJ window. This can be confusing, since it initially appears as if nothing
is happening.