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
Last revisionBoth sides next revision
balloons [2018/08/17 08:40] frchrisballoons [2018/08/17 08:43] frchris
Line 53: Line 53:
  
 <code java BalloonDrop.java> <code java BalloonDrop.java>
 +import java.awt.Color;
 import java.awt.Font; import java.awt.Font;
 import java.awt.Graphics; import java.awt.Graphics;
Line 84: Line 85:
     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