tn5250j/src/org/tn5250j/framework/tn5250 Screen5250.java,1.2,1.3 KeyStrokenizer.java,1.1,1.2
"Kenneth J. Pouncey" <[email protected]> Sat, 31 Jul 2004 09:48:25 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/framework/tn5250
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26430/src/org/tn5250j/framework/tn5250
Modified Files:
Screen5250.java KeyStrokenizer.java
Log Message:
Move a couple of more classes to framework package
Index: KeyStrokenizer.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/framework/tn5250/KeyStrokenizer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** KeyStrokenizer.java 31 Jul 2004 09:45:48 -0000 1.1
--- KeyStrokenizer.java 31 Jul 2004 09:48:22 -0000 1.2
***************
*** 1,6 ****
- package org.tn5250j;
-
- import org.tn5250j.tools.logging.*;
-
/*
* @(#)KeyStrokenizer.java
--- 1,2 ----
***************
*** 24,27 ****
--- 20,28 ----
*/
+ package org.tn5250j.framework.tn5250;
+
+ import org.tn5250j.tools.logging.*;
+
+
public class KeyStrokenizer {
Index: Screen5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/framework/tn5250/Screen5250.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Screen5250.java 30 Jul 2004 05:03:57 -0000 1.2
--- Screen5250.java 31 Jul 2004 09:48:22 -0000 1.3
***************
*** 1,4534 ****
! /**
! * Title: Screen5250.java
! * Copyright: Copyright (c) 2001 - 2004
! * Company:
! * @author Kenneth J. Pouncey
! * @version 0.5
! *
! * Description:
! *
! * This program is free software; you can redistribute it and/or modify
[...9039 lines suppressed...]
! // numRows, Color.black, defaultPrinter, (Session) gui);
! //
! // printerThread.start();
! //
! // }
!
! // // ADDED BY BARRY
! // public ScreenChar[] getCharacters() {
! // return this.screen;
! // }
! // ADDED BY BARRY - changed by Kenneth to use the character plane
! // This should be replaced with the getPlane methods when they are implemented
! public char[] getCharacters() {
! return planes.screen;
! }
!
! // public Gui5250 getGui() {
! // return this.gui;
! // }
! }
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com