freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

基于面向對象的管理系統(tǒng)分析和設計(編輯修改稿)

2025-06-12 19:29 本頁面
 

【文章內容簡介】 ationNo() {return stateRegistrationNo。} public double getLength() {return length。} public String getManufacturer() {return manufacturer。} public int getYear() {return year。} public Customer getCustomer() {return customer。} //添加 public static void initialize(Vector customers) { boats=new Vector()。 Customer aCustomer。 Boat aBoat。 Sailboat aSailboat。 Powerboat aPowerboat。 aSailboat=new Sailboat(MO34561,28,Tartan,1998,2,Diesel)。 aSailboat=new Sailboat(MO98765,28,JBoat,1986,4,Diesel)。 aSailboat=new Sailboat(MO12345,26,Ranger,1976,7,Outboard)。 aPowerboat=new Powerboat(MO445566,30,Bayliner,1996,2,Gas)。 aPowerboat=new Powerboat(MO223344,28,Tracker,2021,1,Gas)。 aPowerboat=new Powerboat(MO4567812,19,Ranger,2021,1,Gas)。 for(int i=0。i()。i++) { aCustomer=(Customer)(i)。 aBoat=(Boat)(i)。 (aCustomer)。 } } } (4) import .*。 import .*。 import .*。 public class AddCustomer extends JFrame implements ActionListener { 15 MainMenu parentMenu。 JTextField customerNameText,customerAddressText,customerPhoneText。 JButton addBoatButton,clearButton,closeButton。 Customer aCustomer。 String customerName,customerAddress,customerPhone。 public AddCustomer(MainMenu menu) { parentMenu=menu。 Container c=()。 (new GridLayout(3,1))。 JPanel centerPanel=new JPanel(new GridLayout(3,2))。 JPanel lowerPanel=new JPanel(new FlowLayout())。 JLabel logoLabel=new JLabel(,)。 ()。 (new Font(TimesRoman,36))。 (Bradshaw Marina)。 (logoLabel)。 customerNameText=new JTextField()。 customerAddressText=new JTextField()。 customerPhoneText=new JTextField()。 (new JLabel(Name:,))。 (customerNameText)。 (new JLabel(Address:,))。 (customerAddressText)。 (new JLabel(Phone:,))。 (customerPhoneText)。 (centerPanel)。 addBoatButton=new JButton(Add Boat)。 clearButton=new JButton(Clear)。 closeButton=new JButton(Close)。 (addBoatButton)。 (clearButton)。 (closeButton)。 (lowerPanel)。 (this)。 (this)。 (this)。 (300,200)。 (Add A Customer)。 (true)。 ( new WindowAdapter() { 16 public void windowClosing(WindowEvent event) {shutDown()。} })。 } public void actionPerformed(ActionEvent e) { if(()==addBoatButton) {addCustomer()。} if(()==clearButton) {clearForm()。} if(()==closeButton) {shutDown()。} } public void addCustomer() { AddBoat addBoatWindow=new AddBoat(this,aCustomer)。 (550,350)。 (Add a Boat for this Customer)。 (true)。 (false)。 customerName=()。 customerAddress=()。 customerPhone=()。 if(()==0||()==0||()==0) {(this,Please Enter All Date)。} else { aCustomer=new Customer(customerName,customerAddress,customerPhone)。 (this,Customer Added)。 clearForm()。 } } private void clearForm() { ()。 ()。 ()。 ()。 } public void shutDown() { (true)。 17 ()。 } } (5) import .*。 import .*。 import .*。 import 。 public class FindCustomer extends JFrame implements ActionListener { MainMenu parentMenu。 Vector customers,customerNames。 JList customerList。 JTextField customerAddressText,customerPhoneText。 JButton findButton,updateButton,closeButton。 Customer aCustomer,theCustomer。 public FindCustomer(MainMenu menu) { parentMenu=menu。 Container c=()。 (new GridLayout(3,1))。 JPanel centerPanel=new JPanel(new GridLayout(1,2))。 JPanel centerRightPanel=new JPanel(new GridLayout(2,1))。 JPanel lowerPanel=new JPanel(new FlowLayout())。 //create logo JLabel logoLabel=new JLabel(,)。 ()。 (new Font(TimesRoman,36))。 (Bradshaw Marina)。 (logoLabel)。 //build JList ()。 customerNames=new Vector()。 for(int i=0。i()。i++) { aCustomer=(Customer)(i)。 String customerName=()。 (customerName)。 } customerList=new JList(customerNames)。 //add scroll bars to the list JScrollPane scrollPaneCustomerList=new JScrollPane(customerList)。 customerAddressText=new JTextField( )。 18 customerPhoneText=new JTextField( )。 (scrollPaneCustomerList)。 (customerAddressText)。 (customerPhoneText)。 (centerRightPanel)。 (centerPanel)。 //creatamp。add Buttons for bottom panel findButton=new JButton(Find)。 updateButton=new JButton(Update)。 closeButton=new JButton(Close)。 (findButton)。 (updateButton)。 (closeButton)。 (lowerPanel)。 (300,200)。 (Find A Customer)。 (true)。 (this)。 (this)。 (this)。 ( new WindowAdapter() { public void windowClosing(WindowEvent event) {shutDown()。} })。 } public void actionPerformed(ActionEvent e) { if(()==findButton) {findCustomer()。} if(()==updateButton) {updateCustomer()。} if(()==closeButton) {shutDown()。} } public void findCustomer() { int i=()。 aCustomer=(Customer)(i)。 (())。 (())。 } 19 public void updateCustomer() { int i=()。 aCustomer=(Customer)(i)。 (())。 (())。 } public void shutDown() {(true)。 ()。} private void createCustomers() { customers=()。 } } 參考: 畢業(yè)論文(設計)工作記錄及成績評定冊 題 目: 學生姓名: 學 號: 專 業(yè): 班 級: 指 導 教 師: 職稱: 助理指導教師: 20 職稱: 年 月 日 實驗中心制 使 用 說 明 一、此冊中各項內容為對學生畢業(yè)論 文(設計)的工作和成績評定記錄,請各環(huán)節(jié)記錄人用黑色或藍色鋼筆(簽字筆)認真填寫( 建議填寫前先寫出相應草稿,以避免填錯 ),并妥善保存。 二、此冊于學院組織對各專業(yè)題目審查完成后,各教研室匯編選題指南,經(jīng)學生自由選題后,由實驗中心組織發(fā)給學生。 三、學生如實填好本冊封面上的各項內容和選題審批表的相應內容,經(jīng)指導教師和學院領導小組批準后,交指導教師;指導老師填好《畢業(yè)論文(設計)任務書》的各項內容,經(jīng)教研室審核后交學生簽名確認其畢業(yè)論文(設計)工作任務。 四、學生在指導老師的指導下填好《畢業(yè)論文(設計)開題報告 》各項內容,由指導教師和教研室審核通過后,確
點擊復制文檔內容
教學課件相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1