首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
讲解EECS 1720、辅导Java程序、Java语言编程调试 解析Java程序|讲解R语言编程
项目预算:
开发周期:
发布时间:
要求地区:
ASSIGNMENT 2 :: Java AWT/Swing application – Interactive Application
Resources:
Java API: https://docs.oracle.com/javase/8/docs/api/
Java AWT/Swing: https://www.javatpoint.com/java-awt
Java Swing: https://docs.oracle.com/javase/tutorial/uiswing/components/index.html
The GOAL of this assignment is to build upon Assignment 1, to integrate & expand the interaction
in your application design to include free mouse & key interactions (along with interactions on
GUI controls), that drive the presentation of some form of dynamic visual (or animated)
component.
The goal is not necessarily to have a complete and fully functional application, but rather to have
your application partially enabled in terms of illustrating the workings of a particular feature set
of the application (i.e. some basic interactions or movements within a sample scene of your
application; or the switching between multiple contexts within your application – such as switching
between a configuration mode and a scene from the a working part of your application).
For e.g., if you are creating a scene from a game, you might focus on an animated or controllable
moving element, or dynamically loaded/displayed set(s) of visual elements within a canvas in your
application; if you are creating a compositional tool or simulation, you might enable the switching
between a configuration screen that sets parameters for your application, and another scene that
uses those parameters to drive the creation of some graphical output; if you are creating a database
or ordering tool, you might switch between an enabled configuration/submission screen (where
you enter data), and some visual representation of data loaded into in your application (such as
generating a visual report of the data entered).
IMPORTANT: This assignment should be written using Java AWT/Swing (not Java FX)
Assignment 2 deliverables:
1) Process a minimum of 2 action-based events that result from interaction with a UI
control), that directly result in some visual change in the scene, and/or a modification to
the state of your application
a. The application should have at least one handler to process at least 2 kinds of UI
triggered action event (or similar)
b. The two action events cannot be from the same type of UI control (they must be
from different types of controls.. i.e. handling two events triggered by two different
buttons does not satisfy this requirement in full. You should have at least one other UI
control that is not of the same type.
For example (in the context of a scene from a game), clicking on a button or other UI
control would create one of the types of characters and position it on the screen.
Another button could move the character (the character would move in a way that is
unique for that character).
The character might undergo a collision (triggering an event that is handled), or
another checkbox or other control could change the appearance of the character, or
enable them in some other way (e.g. a textfield could generate a speech bubble, or
control something else visual in the scene).
2) Process a minimum of 2 key-based/mouse-based events that result in some visual change
in the scene, and/or a modification to the state of your application
a. The application must have at least one handler for each of the above types of events to
process – this can be either on a graphical object or in the window (e.g. drag event or
mouse down/release, key press/release, etc.)
For example (game context): moves could be triggered by a keypress rather or a mouse
click on or near the character itself (e.g. right click results in a move, while left click
results in an appearance change).
In another context (compositional tool/simulation), a click into a canvas area could
provide input for the start of a drawing/automatically generated artwork (think about
your labs from EECS1710, where the user provides input for the turtle-based graphics,
which are now drawn with direct calls to Graphics2D references as opposed to using
the turtle. Or think about how you might make interactive inputs to control
manipulations made on audio or image files). ** these are examples only.
Perhaps you want to collect and store/manage a small image collection (and be able
to easily recall and do something with an image from that collection) – again the types
of interaction do not necessarily need to be that involved. We are not expecting AAA
games or Photoshop quality tools. Keep it as simple as possible. Ensuring that the
minimum specifications are achieved.
3) The submission should include a signed version of the AcademicIntegrity statement, a
README.txt and a UML diagram describing your program and any classes that you
have built that are part of/used by the application (previously in Assignment 1 you did
this for what you “intended” to build – so it was more in a design stage. These diagrams
should outline what you “actually” built.
Academic Integrity Statement (see attached at the end of this file). Sign and submit this
page with your final assignment 2.
README.txt:
a. Include all the names and student ID’s of the people in your group
b. Include a brief description of the project, what it does (not what you had hoped it
would do), and how to use it
c. Include any references to resources/inspiration used for this project
UMLDiagrams.pdf:
d. Include one or more UML class diagrams outlining the classes you have built for this
project, what including all HAS-A and IS-A relationships used
e. Bonus marks if you use inheritance or interfaces within any of the classes you build
(not including extending JFrame or using any Listener interfaces).
RUBRIC (Marking Scheme) - 50 points total = worth 10% toward final grade
• Meets Goal 1 (15 points)
• Meets Goal 2 (15 points)
• Meets Goal 3 (10 points)
• Aesthetics/Creativity (10 points)
PROJECT SUBMISSION (Deadline: 11:59pm, Sunday 11th April, 2021)
Please submit your work as a complete project file (export your project to a zip file from within
the Eclipse IDE, and select all files in the subfolder except *.class files for export). Export your
work into a *.zip file). To do this, select the project, right click and select export. Export as a
complete zipped project.
** Alternatively, if you have used GitHub, you may download a cloned (zipped) version of your
Git Repository (with all the files above), and submit that to web submit.
Submit 1-4 files to “a2” directory in websubmit (this only needs to be done through one of the
group members):
1. Signed Academic Integrity statement (last page of this document). This needs to be
included with your submission, with names and signatures of all of your team members.
2. the exported/cloned project (*.zip file) - please make sure the file opens and runs on the
EECS VM or lab machine before submitting
3. a text file (e.g. README.txt) - inside list the student ID numbers and names of all
members of the group, and include a brief description of the project (what it is, basics of
how to run/use it)
4. the UML full class diagram (UMLDiagrams.pdf) outlining the classes you have built for
your project - no need to integrate classes that already exist, except as fields of your
classes where appropriate).
Recall: if you submit multiple times, the files previously submitted will be overwritten with the
newer versions of the files. You can submit an unlimited number of times up until the deadline
for this project. You can also check what you have submitted through the web-submit portal:
Web-submit can be found at the link: https://webapp.eecs.yorku.ca/submit/
EECS 1720M – W2021
ASSIGNMENT 2
ACADEMIC INTEGRITY STATEMENT
We (the undersigned) hereby confirm that this assignment represents the sole work of the
individuals listed below.
We (the undersigned) confirm that this work has been completed in adherence to the Senate
Policy on Academic Honesty, without unapproved collaboration or the use of unpermitted aids
or resources.
We recognize the importance of academic integrity and understand that there is no tolerance
towards academic dishonesty within the Lassonde School of Engineering. We are aware that
any suspected breaches will be reported to the Academic Honesty unit within the Student
Welcome and Support Centre, and may result in additional penalties in accordance with the
Academic Honesty Policy.
Name: First, Last Login Name:
(indicate the login
used for submission)
Student No.: Signature/Date:
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!