[piccolo2d-dev] [piccolo2d] r818 committed - Fixing new PMD warnings.

2009-10-24 Thread codesite-noreply

Revision: 818
Author: allain.lalonde
Date: Sat Oct 24 08:03:14 2009
Log: Fixing new PMD warnings.
http://code.google.com/p/piccolo2d/source/detail?r=818

Modified:
  /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCanvas.java
   
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java

===
---  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCanvas.java
 
Fri Oct 23 14:31:51 2009
+++  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCanvas.java
 
Sat Oct 24 08:03:14 2009
@@ -35,7 +35,6 @@
  import java.awt.Graphics2D;
  import java.awt.KeyEventPostProcessor;
  import java.awt.KeyboardFocusManager;
-import java.awt.Rectangle;
  import java.awt.event.ActionListener;
  import java.awt.event.HierarchyEvent;
  import java.awt.event.HierarchyListener;
===
---  
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java

Fri Oct 23 13:53:33 2009
+++  
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java

Sat Oct 24 08:03:14 2009
@@ -32,7 +32,6 @@
  import java.awt.Color;
  import java.awt.Component;
  import java.awt.Container;
-import java.awt.Dimension;
  import java.awt.Font;
  import java.awt.Graphics2D;
  import java.awt.RenderingHints;
@@ -54,10 +53,7 @@
  import java.util.Arrays;
  import java.util.List;

-import javax.swing.Icon;
-import javax.swing.JButton;
  import javax.swing.JComponent;
-import javax.swing.JLabel;
  import javax.swing.RepaintManager;

  import edu.umd.cs.piccolo.PCamera;

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---



[piccolo2d-dev] Issue 43 in piccolo2d: Prepare the 1.3 release

2009-10-24 Thread codesite-noreply


Comment #22 on issue 43 by mr0...@mro.name: Prepare the 1.3 release
http://code.google.com/p/piccolo2d/issues/detail?id=43

@Sam:

Please file new issues rather than adding them to this one. If the problems  
from #19 persist, can you open issues
for them, please.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---



[piccolo2d-dev] Re: Pure SWT version of Piccolo2D

2009-10-24 Thread Kevin


 If there is any interest [...]

I'd like to see this... I'm not such a big fan of SWT, but I'm using
Fan language, and Fan's UI lib is SWT-based.  So, to play with piccolo
in Fan, the nicest thing would be to get piccolo rendering to a SWT
canvas.  I can use AWT or Swing thru FFI, but then there's no
integration with the rest of the UI.

I'm not currently using piccolo for anything, just following along
with interest, and wanting to try it out.  I just wanted to pipe up
with the hope that Hallvard's code be available somewhere.

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---