Author: Paul_R
Date: 2008-07-24 15:55:20 +0200 (Thu, 24 Jul 2008)
New Revision: 1349

Modified:
   
software_suite_v2/software/tools/tuxController/trunk/src/GUI/JVerticalLabel.java
Log:
* Fixed an encodage problem.


Modified: 
software_suite_v2/software/tools/tuxController/trunk/src/GUI/JVerticalLabel.java
===================================================================
--- 
software_suite_v2/software/tools/tuxController/trunk/src/GUI/JVerticalLabel.java
    2008-07-23 13:27:57 UTC (rev 1348)
+++ 
software_suite_v2/software/tools/tuxController/trunk/src/GUI/JVerticalLabel.java
    2008-07-24 13:55:20 UTC (rev 1349)
@@ -1,6 +1,6 @@
 /* This file is part of "TuxDroid Control Center".
  *    Copyright 2008, kysoh
- *    Author : Jérôme conan
+ *    Author : Jerome conan
  *    eMail  : [EMAIL PROTECTED]
  *    Site   : http://www.kysoh.com/
  *
@@ -22,8 +22,11 @@
 
 package GUI;
 
-import javax.swing.*;
-import java.awt.*; 
+import javax.swing.JLabel;
+import java.awt.Graphics; 
+import java.awt.Graphics2D;
+import java.awt.Rectangle;
+import java.awt.Dimension;
 
 public class JVerticalLabel extends JLabel{
         /**


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to