EBU4201代做、代寫Java設計編程

            時間:2024-05-06  來源:  作者: 我要糾錯



            EBU4201 Introductory Java Programming 2023/24
            Mini Project
            Task 1 [25 marks]
            SuperHeroTT is a simple Graphical User Interface (GUI) application for children where they can
            practise their times tables (see Figure 1).
            Figure 1 - First launch of SuperHeroTT
            When launched, your app should look like Figure 1 - First launch of SuperHeroTT. The drop-down
            box at the top should consist of numbers from 1-12 (inclusive). The superhero image
            (superhero.jpg1
            ) has been provided to you. The flow of the program is as follows:
            1) User selects a number from the drop-down list and clicks on the Start button.
            2) The label Product is replaced by a product of the form x * n where x is the selected value
            from the drop-down list and n is a random number in the range 1-12 (inclusive) AND the
            Start button text is changed to Next.
            3) User enters their answer for the product and clicks on Next.
            4) If the answer is correct, Answer is replaced by Correct; otherwise Answer is replaced by
            Wrong! x * n = y where y is the correct answer. See Figure 2.
            5) Regardless of the answer being right or wrong, a new product should appear AND the
            answer box (i.e. text-field) should be cleared.
            6) At the end of a round, i.e. after 5 product questions, the label Rating should be replaced by
            You got m correct! where m is the number of correct responses AND the Next button
            should change back to Start.
            7) The above process can be repeated any number of times.
            Note 1: If the user wishes, they can change their selection from the drop-down list during a round.
            Note 2: If the user clicks Next with no text entered, there must be no run-time exceptions
            generated AND the product question must not change to the next one.
            Note 3: The button or image must not resize when the GUI is resized.
            1
             Image taken from https://www.vecteezy.com/.
            2/5
            Figure 2 - Wrong answer
            Hint: Consider using containers within containers and using layouts intelligently.
            Note: All the necessary files should be placed in a directory called Task1.You can choose
            whether to place the image files directly under Task1 or within a sub-directory. Whichever
            approach you take, the images must be displayed on the GUI without having to move the image
            files to different locations within your directory structure.
            Also note that your application must run as expected from the command line on OpenJDK
            21.0.2 without the markers having to alter any code, file locations etc. Otherwise, it will not
            be possible to award marks for any of the functionalities.
            Task 2 [15 marks]
            Your second task is to enhance the application developed in Task 1, to allow the user to select
            more than one multiplicand, i.e. x (of the product x * n) at the same time. The application must
            still function as specified in Task 1, the only difference being that x will be one of the selected
            numbers, chosen randomly, during each of the 5 questions that make up a round.
            For example, say the user selected the following multiplicands: 2, 5, 6 and 12. The set of product
            questions can be:
            5 *12
            6 * 11
            2 * 1
            12 * 4
            2 * 10
            Note 1: It is possible that not all selected multiplicands will appear in a given round.
            Note 2: The program must ensure that the users select at least one multiplicand. There is no
            maximum limit so users can select any number of multiplicands (up to 12).
            Hint 1: Use another appropriate component in place of the drop-down list that was used in
            Task 1.
            Note: All the necessary files (including any reused ones from Task 1) should be placed in a
            directory called Task2.
            3/5
            Documentation [10 marks]
            Your submitted work must include:
            a. Generated Javadocs (for all Java files)
            b. Internal comments in your code (for all Java files)
            c. User Manual. This should be no more than 2 pages and describe, in your own words, how
            to run the program (both how to start and how to use it).
            Note: All documentation files should be placed in a directory called Documentation.
            Extra Credit [5 marks]
            Extra marks from this section can be used to top up your final grade for this project. The
            maximum mark you can achieve is still 50.
            Further enhance your application in the following two ways:
            a) Include a timer, i.e. at the end of a round, replace Answer with You took t seconds where t
            is the time taken to complete the round, in seconds. See an illustrative example in Figure 3.
            Figure 3 - Timer
            Hint: You are provided with the Java code (TimerDemo.java) for a simple timer using
            javax.swing.Timer. Make use of this code in your program.
            Note: if you wish you can visually display a countdown on your GUI. Alternatively you can
            simply print out to the console, similar to TimerDemo.java.
            b) Set the answer box (i.e. text-field) in focus every time the user is expected to type an answer
            so that they do not need to click on the answer box.
            Hint: look up methods of the text-field (e.g. JTextField) class in the Java API.
            Note: All the necessary files (including any reused ones from Task 1 and Task 2) should be
            placed in a directory called ExtraCredit.
            4/5
            Important notes:
            1. This is an individual piece of work.
            2. All three directories must be included in a zip file. The filename must be your QM Student
            Number.
            3. You should design your classes properly, following object-oriented principles. E.g., do NOT
            write everything in the main method, keep code repetition to a minimum (i.e., use methods),
            do NOT use static methods unless there is a good reason. There will be marks allocated for
            good program design. 

            請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp



















             

            標簽:

            掃一掃在手機打開當前頁
          1. 上一篇:COMP26020代做、代寫Lab 5 - Solidity
          2. 下一篇:代寫COMP4403、代做Java編程語言
          3. 無相關信息
            昆明生活資訊

            昆明圖文信息
            蝴蝶泉(4A)-大理旅游
            蝴蝶泉(4A)-大理旅游
            油炸竹蟲
            油炸竹蟲
            酸筍煮魚(雞)
            酸筍煮魚(雞)
            竹筒飯
            竹筒飯
            香茅草烤魚
            香茅草烤魚
            檸檬烤魚
            檸檬烤魚
            昆明西山國家級風景名勝區(qū)
            昆明西山國家級風景名勝區(qū)
            昆明旅游索道攻略
            昆明旅游索道攻略
          4. 高仿包包訂製 幣安官網下載

            關于我們 | 打賞支持 | 廣告服務 | 聯(lián)系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

            Copyright © 2025 kmw.cc Inc. All Rights Reserved. 昆明網 版權所有
            ICP備06013414號-3 公安備 42010502001045

            主站蜘蛛池模板: 东京热人妻无码一区二区av| 无码少妇一区二区浪潮免费| 中文字幕精品一区二区2021年 | 91秒拍国产福利一区| 无码视频一区二区三区| 精品一区二区三区在线观看视频| 精品人妻一区二区三区毛片| 国产一区二区在线观看麻豆| 无码少妇A片一区二区三区| 人妻激情偷乱视频一区二区三区| 国产午夜精品一区二区| www一区二区三区| 国产乱子伦一区二区三区| 国产乱码精品一区二区三区四川人 | 玩弄放荡人妻一区二区三区| 精品一区二区三区无码免费视频| 亚洲AV综合色一区二区三区| 无码人妻视频一区二区三区| 国产一区二区免费| 国产色综合一区二区三区| 三上悠亚国产精品一区| 国产成人无码一区二区三区在线| 精品日韩在线视频一区二区三区| 精品视频一区二区三区在线播放| 日韩av片无码一区二区三区不卡| 日本精品视频一区二区三区| 濑亚美莉在线视频一区| 国产亚洲综合一区二区三区| 视频一区视频二区日韩专区| 国产福利电影一区二区三区,免费久久久久久久精| 亚洲AV网一区二区三区| 日本丰满少妇一区二区三区| 国产精品主播一区二区| 国产精品日本一区二区不卡视频 | 精品一区二区三人妻视频| 成人在线观看一区| 人妻无码一区二区视频| 狠狠色婷婷久久一区二区| 日韩人妻无码一区二区三区99| 国产福利91精品一区二区三区| 亚洲欧美一区二区三区日产|