mpl.add(new MenuItem("DDA畫線"))
mpl.add(new MenuItem("中點(diǎn)畫線"))
mpl.add(new MenuItem("Bresenham畫線"))
mpl.addActionListener(this)
MP2=new Menu("畫圓")
mp.add(MP2)
MP2.add(new MenuItem("公式法畫圓"))
MP2.add(new MenuItem("多邊形逼近圓"))
MP2.add(new MenuItem("中點(diǎn)畫圓"))
MP2.addActionListener(this)
標(biāo)簽:
MenuItem
mpl
add
new
上傳時(shí)間:
2016-02-27
上傳用戶:壞天使kk