Browse Source

completed NaiveTicket

Jevit Tith 6 years ago
parent
commit
96b5d6dccc
4 changed files with 15 additions and 15 deletions
  1. BIN
      .DS_Store
  2. 1
    1
      README.TXT
  3. 7
    7
      bluej.pkg
  4. 7
    7
      package.bluej

BIN
.DS_Store View File


+ 1
- 1
README.TXT View File

13
 Purpose of project: To illustrate the basics of fields, constructors, and methods.
13
 Purpose of project: To illustrate the basics of fields, constructors, and methods.
14
 How to start this project: Create one or more TicketMachine objects.
14
 How to start this project: Create one or more TicketMachine objects.
15
 
15
 
16
-See the doc directory for the chapter PDF
16
+See the doc directory for the chapter PDF.

+ 7
- 7
bluej.pkg View File

1
 #BlueJ package file
1
 #BlueJ package file
2
-editor.fx.0.height=722
3
-editor.fx.0.width=800
4
-editor.fx.0.x=709
5
-editor.fx.0.y=113
2
+editor.fx.0.height=0
3
+editor.fx.0.width=0
4
+editor.fx.0.x=0
5
+editor.fx.0.y=0
6
 objectbench.height=101
6
 objectbench.height=101
7
-objectbench.width=461
7
+objectbench.width=776
8
 package.divider.horizontal=0.6
8
 package.divider.horizontal=0.6
9
 package.divider.vertical=0.8007380073800738
9
 package.divider.vertical=0.8007380073800738
10
 package.editor.height=427
10
 package.editor.height=427
11
 package.editor.width=674
11
 package.editor.width=674
12
-package.editor.x=1067
13
-package.editor.y=119
12
+package.editor.x=166
13
+package.editor.y=23
14
 package.frame.height=600
14
 package.frame.height=600
15
 package.frame.width=800
15
 package.frame.width=800
16
 package.numDependencies=0
16
 package.numDependencies=0

+ 7
- 7
package.bluej View File

1
 #BlueJ package file
1
 #BlueJ package file
2
-editor.fx.0.height=722
3
-editor.fx.0.width=800
4
-editor.fx.0.x=709
5
-editor.fx.0.y=113
2
+editor.fx.0.height=0
3
+editor.fx.0.width=0
4
+editor.fx.0.x=0
5
+editor.fx.0.y=0
6
 objectbench.height=101
6
 objectbench.height=101
7
-objectbench.width=461
7
+objectbench.width=776
8
 package.divider.horizontal=0.6
8
 package.divider.horizontal=0.6
9
 package.divider.vertical=0.8007380073800738
9
 package.divider.vertical=0.8007380073800738
10
 package.editor.height=427
10
 package.editor.height=427
11
 package.editor.width=674
11
 package.editor.width=674
12
-package.editor.x=1067
13
-package.editor.y=119
12
+package.editor.x=166
13
+package.editor.y=23
14
 package.frame.height=600
14
 package.frame.height=600
15
 package.frame.width=800
15
 package.frame.width=800
16
 package.numDependencies=0
16
 package.numDependencies=0