[计算机软件及应用]JAVA程序设计教程第七版第6章.pptVIP

  • 6
  • 0
  • 约2.29万字
  • 约 62页
  • 2018-02-28 发布于浙江
  • 举报

[计算机软件及应用]JAVA程序设计教程第七版第6章.ppt

[计算机软件及应用]JAVA程序设计教程第七版第6章

//******************************************************************** // Boxes.java Author: Lewis/Loftus // // Demonstrates the use of loops to draw. //******************************************************************** import javax.swing.JFrame; public class Boxes { // // Creates the main frame of the program. // public static void main (String[] args) { JFrame frame = new JFrame (Boxes); frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); BoxesPanel panel = new BoxesPanel(); frame.getContentPane().add(panel); frame.pack();

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档