tn5250j/src/org/tn5250j/tools GUIGraphicsUtils.java,1.7,1.8

"Kenneth J. Pouncey" <[email protected]> Sun, 18 Jul 2004 13:36:35 +0000
Newsgroups gmane.comp.java.tn5250j.cvs
Message-ID <[email protected]>
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25113/src/org/tn5250j/tools

Modified Files:
	GUIGraphicsUtils.java 
Log Message:
Updates for headless

Index: GUIGraphicsUtils.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/tools/GUIGraphicsUtils.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** GUIGraphicsUtils.java	1 Jul 2004 10:35:29 -0000	1.7
--- GUIGraphicsUtils.java	18 Jul 2004 13:36:33 -0000	1.8
***************
*** 33,37 ****
  import java.awt.Graphics;
  import java.awt.Insets;
! import java.awt.Graphics2D;
  import java.awt.font.*;
  import java.awt.geom.AffineTransform;
--- 33,37 ----
  import java.awt.Graphics;
  import java.awt.Insets;
! //import java.awt.Graphics2D;
  import java.awt.font.*;
  import java.awt.geom.AffineTransform;
***************
*** 61,65 ****
     private static ImageIcon tnicon;
  
!    public static void draw3DLeft(Graphics2D g,int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 61,65 ----
     private static ImageIcon tnicon;
  
!    public static void draw3DLeft(Graphics g,int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 158,162 ****
     }
  
!    public static void draw3DMiddle(Graphics2D g,int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 158,162 ----
     }
  
!    public static void draw3DMiddle(Graphics g,int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 232,236 ****
     }
  
!    public static void draw3DRight(Graphics2D g, int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 232,236 ----
     }
  
!    public static void draw3DRight(Graphics g, int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 331,335 ****
     }
  
!    public static void draw3DOne(Graphics2D g, int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 331,335 ----
     }
  
!    public static void draw3DOne(Graphics g, int which,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 457,461 ****
  
     // draw scroll bar top
!    public static void drawScrollBar(Graphics2D g, int which, int direction,
                                            int x,int y,
                                            int fmWidth, int fmHeight,
--- 457,461 ----
  
     // draw scroll bar top
!    public static void drawScrollBar(Graphics g, int which, int direction,
                                            int x,int y,
                                            int fmWidth, int fmHeight,
***************
*** 684,688 ****
     }
  
!    public static void drawWinUpperLeft(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 684,688 ----
     }
  
!    public static void drawWinUpperLeft(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 725,729 ****
     }
  
!    public static void drawWinUpper(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 725,729 ----
     }
  
!    public static void drawWinUpper(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 771,775 ****
     }
  
!    public static void drawWinUpperRight(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 771,775 ----
     }
  
!    public static void drawWinUpperRight(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 829,833 ****
     }
  
!    public static void drawWinLeft(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 829,833 ----
     }
  
!    public static void drawWinLeft(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 876,880 ****
     }
  
!    public static void drawWinRight(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 876,880 ----
     }
  
!    public static void drawWinRight(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 931,935 ****
     }
  
!    public static void drawWinLowerLeft(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 931,935 ----
     }
  
!    public static void drawWinLowerLeft(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 989,993 ****
     }
  
!    public static void drawWinBottom(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 989,993 ----
     }
  
!    public static void drawWinBottom(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 1044,1048 ****
     }
  
!    public static void drawWinLowerRight(Graphics2D g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
--- 1044,1048 ----
     }
  
!    public static void drawWinLowerRight(Graphics g,int which, Color fill,
                                            int x,int y,
                                            int fmWidth, int fmHeight) {
***************
*** 1569,1571 ****
     }
  
! }
\ No newline at end of file
--- 1569,1571 ----
     }
  
! }



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click