视窗与绘图库.pptVIP

  • 2
  • 0
  • 约4.05千字
  • 约 7页
  • 2018-05-04 发布于河南
  • 举报
视窗与绘图库

* * //A la Carte Menu (1) import java.awt.*; // Abstract Windowing Toolkit 視窗與繪圖庫 import java.awt.event.*; //事件與元件 import javax.swing.*; // 類別庫 import javax.swing.event.*; //按鈕, 捲軸, 文字框等元件 import java.text.DecimalFormat; //小數格式 public class AlaCarte extends JFrame implements ActionListener { // AlaCarte類別繼承自 JFrame , 實作, 傾聽介面 static DecimalFormat twoDigits = new DecimalFormat(0.00); static String[ ] yourChoicesItems = // 選項及價目表 { Blueberry Muffins 0.85, Strawberry Bagels 0.80,

文档评论(0)

1亿VIP精品文档

相关文档