第十二章高级用户界面GUI设计.pptVIP

  • 0
  • 0
  • 约1.97万字
  • 约 43页
  • 2018-01-09 发布于河南
  • 举报
第十二章高级用户界面GUI设计

JAVA语言程序设计 第十二章 高级用户界面GUI设计 12.4对话框类 对话框是向用户显示信息并获取程序所需的数据窗口,可以起到与用户交互的作用。 Swing提供了许多现成的对话框,如:消息框、确认对话框、输入对话框等。还可以JOptionpane自行设计对话框。 void showInternalMessage Dialog(Component parentComponent,Object msgString title,int msgtype,Icon icon) void showInternalMessage Dialog(Component parentComponent,Object msg,String title,int msgtype) void showInternalMessageDialog(Component parentComponent,Object msg) void showMessageDialog(Component parentComponent,Object msg,,String title,int msgtype,Icon icon) void showMessageDialog(Component parentComponent,Object msg,String title,int msgtype) void showMes

文档评论(0)

1亿VIP精品文档

相关文档