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