tn5250j/src/org/tn5250j My5250.java,1.33,1.34 ScreenChar.java,1.7,1.8

[email protected]
Newsgroups gmane.comp.java.tn5250j.cvs
Message-ID <[email protected]>
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1:/tmp/cvs-serv11266/src/org/tn5250j

Modified Files:
	My5250.java ScreenChar.java 
Log Message:
Update related to column-separators

Index: My5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/My5250.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** My5250.java	24 Nov 2003 12:22:30 -0000	1.33
--- My5250.java	25 Nov 2003 10:41:15 -0000	1.34
***************
*** 72,85 ****
  			UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
  		} catch (ClassNotFoundException e1) {
- 			// TODO Auto-generated catch block
  			e1.printStackTrace();
  		} catch (InstantiationException e1) {
- 			// TODO Auto-generated catch block
  			e1.printStackTrace();
  		} catch (IllegalAccessException e1) {
- 			// TODO Auto-generated catch block
  			e1.printStackTrace();
  		} catch (UnsupportedLookAndFeelException e1) {
- 			// TODO Auto-generated catch block
  			e1.printStackTrace();
  		}
--- 72,81 ----

Index: ScreenChar.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/ScreenChar.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ScreenChar.java	9 Jul 2003 18:55:39 -0000	1.7
--- ScreenChar.java	25 Nov 2003 10:41:15 -0000	1.8
***************
*** 561,565 ****
                       break;
                    default:
!                      g.setColor(fg);
                       g.drawLine(x, y, x, y + s.fmHeight - 1);
                       g.drawLine(x + s.fmWidth - 1, y, x + s.fmWidth - 1, y + s.fmHeight);
--- 561,565 ----
                       break;
                    default:
!                      g.setColor(bg);
                       g.drawLine(x, y, x, y + s.fmHeight - 1);
                       g.drawLine(x + s.fmWidth - 1, y, x + s.fmWidth - 1, y + s.fmHeight);




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.