User Tools

Site Tools


balloons

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
balloons [2018/08/17 08:38] frchrisballoons [2018/08/17 08:42] frchris
Line 70: Line 70:
  public static int HEIGHT=600;  public static int HEIGHT=600;
     private Font titleFont, regularFont;     private Font titleFont, regularFont;
-    private ArrayList&lt;Balloon&gt; balloons;+    private ArrayList<Balloonballoons;
     private Timer timer;     private Timer timer;
  /**  /**
Line 84: Line 84:
     titleFont = new Font("Roman", Font.BOLD, 18);     titleFont = new Font("Roman", Font.BOLD, 18);
     regularFont = new Font("Helvetica", Font.PLAIN, 12);     regularFont = new Font("Helvetica", Font.PLAIN, 12);
-    balloons = new ArrayList&lt;Balloon&gt;();+    balloons = new ArrayList<Balloon>();
     timer = new Timer(10, this);     timer = new Timer(10, this);
         timer.start();         timer.start();
balloons.txt · Last modified: 2018/08/18 20:14 by cthiel

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki