已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1 AlaCarteMenu 1 importjava awt AbstractWindowingToolkit視窗與繪圖庫importjava awt event 事件與元件importjavax swing 類別庫importjavax swing event 按鈕 捲軸 文字框等元件importjava text DecimalFormat 小數格式publicclassAlaCarteextendsJFrameimplementsActionListener AlaCarte類別繼承自JFrame 實作 傾聽介面staticDecimalFormattwoDigits newDecimalFormat 0 00 staticString yourChoicesItems 選項及價目表 BlueberryMuffins0 85 StrawberryBagels0 80 LiteYogurt0 75 VanillaIceCream2 75 HashBrowns2 50 Toast2 00 FrenchFries1 50 OnionSoup3 00 Coffee0 90 IcedTea1 00 HotChocolate1 75 AlaCarte java網頁視窗線上點餐 2 AlaCarteMenu 2 staticdouble yourChoicesPrices 0 85 0 80 0 75 2 75 2 50 2 00 1 50 3 00 0 90 1 00 1 75 單價privateJListyourChoices privateJTextAreabill privateContainerpane 定義 選擇 帳單 工作區 繼承Component類別publicAlaCarte 定義建構元AlaCarte super 歡迎光臨JavaKiosk法式點心城 呼叫父類別JFrame 宣告工作區 設定背景顏色及邊界pane getContentPane pane setBackground newColor 0 200 200 紅綠藍強度0 255pane setLayout newBorderLayout 5 5 抬頭在北區NORTH 設定表頭及字型JLabelyourChoicesJLabel newJLabel ALACARTE網頁菜單 pane add yourChoicesJLabel BorderLayout NORTH yourChoicesJLabel setFont newFont Dialog Font BOLD 20 點選在西區WEST 設定字型yourChoices newJList yourChoicesItems pane add newJScrollPane yourChoices BorderLayout WEST yourChoices setFont newFont Courier Font BOLD 14 3 AlaCarteMenu 3 結帳在東區EAST 設定字型bill newJTextArea pane add bill BorderLayout EAST bill setFont newFont Courier Font PLAIN 12 確認按鈕在南區SOUTH 加入傾聽介面JButtonbutton newJButton 送出 pane add button BorderLayout SOUTH button addActionListener this 點選按鈕送出ActionPerformedsetSize 500 360 setVisible true setDefaultCloseOperation EXIT ON CLOSE 關閉視窗 顯示及計算帳單細目privatevoiddisplayBill int listArray yourChoices getSelectedIndices doublelocalTax 0 065 doubletax 稅率doublesubTotal 0 doubletotal 4 AlaCarteMenu 4 帳單預設為不可編輯區bill setEditable false bill setText 計算點餐價目for intindex 0 index listArray length index subTotal subTotal yourChoicesPrices listArray index tax localTax subTotal total subTotal tax 顯示點餐細目及應付金額bill append JAVAKIOSKALACARTE n n bill append 謝謝點餐 n n for intindex 0 index listArray length index bill append yourChoicesItems listArray index n bill append n bill append SUBTOTAL t t twoDigits format subTotal n bill append TAX t t twoDigits format tax n bill append TOTAL t t twoDigits format total n n bill append Thankyou HaveaNiceDay n n 5 AlaCarteMenu 5 清空帳單內容yourChoices clearSelection repaint publicvoidactionPerformed ActionEventevent 接受傾聽介面 if event getActionCommand equals 送出 displayBill 呼叫displayBill方法publicstaticvoidmain String args 主程式 AlaCartealc newAlaCarte 宣告及執行AlaCarte方法 6 ALACARTEMEN
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 建筑工程临边防护施工方案范文
- 餐饮企业员工劳动合同示范文本
- 客户服务水平协议标准化文档
- 团队合作游戏与心理调适活动方案
- 中小企业合同风险防范与模板合集
- 高压电塔加固技术施工方案解析
- 中小企业人力资源规划方案与执行细则
- 高校新生入学迎新工作详细方案
- 建筑工程合同风险防范指南
- 基于小波神经网络的入侵检测系统:原理、应用与优化研究
- 《建港航法律法规》课件
- 促销与促销组合策略
- 数独比赛“六宫”练习题(96道)
- 湖北民族大学辅导员考试题库
- 2023年06月上海市浦东新区临港新片区文员招考聘用笔试题库含答案详解
- 网络优化技术方案-网络性能优化
- 京东入驻流程
- 胃肠镜检查的注意事项
- GB/T 24131.1-2018生橡胶挥发分含量的测定第1部分:热辊法和烘箱法
- GB/T 37421-2019热喷涂热喷涂涂层的表征和试验
- GB/T 16316-1996电气安装用导管配件的技术要求第1部分:通用要求
评论
0/150
提交评论