RE: [Tn5250j-general] Two issues.....

2005-06-07 Thread Kenneth Pouncey

Also this was compiled with a 1.4 version of the JDK so maybe compiling with a
1.5 version is causing the problem.

Patrick can you try compiling with 1.4 version and running it with 5.0 and let's
see if that solves the issue.  If it does compile with 5.0 with 1.4 compat flag
as you mentioned yesterday and see what happens.

If it does not solve it then am not sure exactly what we can do about it.

Regards

Kenneth

Quoting Kenneth Pouncey [EMAIL PROTECTED]:

 
 Hello all
 
 Now isn't this funny.  I found a computer here with a 1.5 beta2-b51 on it
 and
 here is what I get.  It is working fine so it should be something that was
 changed between beta 2 and the release version.
 
 Any thoughts?
 
 Kenneth
 
 Quoting Kenneth Pouncey [EMAIL PROTECTED]:
 
  Hell all
  
  Quoting [EMAIL PROTECTED]:
  
   Hello Patrick,
   
   I do understand your concern about this 5.0 issue. Normally an
 application
  
   written for 1.4 should run on 5.0. Maybe for some minor
 incompatibilities.
  
   The fact that the copy/paste function doesn't work on windows boxes
 should
  
   also be a minor problem as it's just a popup menu that gets used. 
  
  Am thinking the same thing.
  
   
   However your suggestion of starting a complete new project/source tree 
   just for the sake of having a version that is fully windows-compatible 
   with the latest JDK is a bad idea I think. 
  
  I agree with Wim here.  If you feel that it is necassary go for it.  That
 is
  the
  idea behind open source.  I will tell you though that I will definately
 have
  no
  part in trying to keep them both up to date.  Hell I can not keep one up
 to
  date :0)
  
  You'll soon get version 
   incompats etc. You are right however that developing for multi-platform 
   must be managed. But possible! The easiest way would be to separate OS 
   specific stuff in seperate classes and deploy them differently for 
   different OSs. That would be the easiest way!
  
  I agree but really there have not been any need to do this so far.  There
  have
  been in the past a reason to do it with the Mac but with the updated
 releases
  of
  the jdk for mac that code has actually been taken out.  It was just a full
  screen update all the time and was a known problem with the Mac jdk.  Thus
  it
  has been fixed.
  
  There is a module out there called OperatingSystem.java that does specific
  code
  calculations for gui parts depending on the OS but other than specific OS
  modules that has not been necassary so far.  Damn I hope we will not get
 to
  that
  point either.
  
   
   Installers are also possible. A simple solution would already be in using
 
   JavaWebStart which allows to generate an MSI package for windows. 
   Otherwise some installer product could be used. 
  
  I went the open source route for that.  If anybody has a better solution
  please
  let  me know.
  
  Kenneth
   
   Wim Van Leuven.
   
   
   
   
   
   
   
   Patrick Bielen [EMAIL PROTECTED] 
   Sent by: [EMAIL PROTECTED]
   07/06/2005 08:39
   Please respond to
   tn5250j-general@lists.sourceforge.net
   
   
   To
   tn5250j-general@lists.sourceforge.net
   cc
   
   Subject
   RE: [Tn5250j-general] Two issues.
   
   
   
   
   
   
   Hi Kenneth,

   Related to the Selection Bug on 1.5.0
   
Yes and not sure I can fix this for the 1.5. 
It will have to wait.
   
   If you tell me where to look i can give it a try.
   But anyway, beside of the fact there are so many
   negative reactions on the 1.5.0 part, i again ask
   to some programmers to help me to get it stable 
   for 1.5.0 and release a new 1.5.0 compiled version
   on sourceforge for the ppl that DO want to be
   up-to-date and use the very last JDK or JRE.
   
   I will manage this release if you want to, but
   i keep saying there SHOULD be a 1.5.0 compatible
   stable version, beside the fact you are up-to-date
   or not. I simply do not like to freeze because of
   OLD JDK or JRE (or even J2EE) versions. Or otherwise 
   a second separate windows-version always compiled 
   with the very last JDK should be released. In the 
   past we already used some tricks to make the puppy 
   compatible with the old 1.3 so why should we not 
   be able to do the same for 1.5.0 ???
   
   I really don't care about the linux and/or mac
   versions, but here at Stafa (and a lot of other
   companies) we DO use the very last java version (and
   the very last windows), so it's never wrong to have
   a windows-version that runs perfect on the very last
   JDK. Or maybe i should start a new project on
   java.net or even on the BerliOS website (which is
   almost the same as sourceforge) and start a windows
   version (compiled with the very last STABLE JDK) there.
   I was thinking about a name like JTN5250W so that it
   is clear that this version is java based for Windows.
   
   Let me know what you think.
   
   Oh and by the way, before you guys are staring a new
   windows-linux-mac flame-war... I 

[Tn5250j-general] SSL support

2005-06-07 Thread Kenneth Pouncey


Steve Kennedy

Thanks

If you are still out there I just wanted to say nice work on the SSL code.  I
finally merged it into my code base here and it works great.  Now works with
V5.2 where it did not before.  Nice implementation as well.



Regards

Kenneth



---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] Starting multiple sessions at once

2005-06-07 Thread Marc Vos
Yeah it still works. I -s'ed 8 sessions in a row!

Thanks,

-Marc

On 07-06-2005 14:47, Kenneth Pouncey [EMAIL PROTECTED] wrote:

 
 No probs.  Let me know if it still works or not.  Like I said this is still
 alpha and some things might not work.
 
 I just re-implemented the SSL code into my code base here from the changes
 that
 Steve Kennedy made.  It is actually pretty awesome.  There were some things
 not
 working before but he now has it implemented quite nicely.
 
 Regards
 
 Kenneth
 
 
 Quoting Marc Vos [EMAIL PROTECTED]:
 
 Okay, thanks.
 
 
 On 07-06-2005 13:45, Kenneth Pouncey [EMAIL PROTECTED] wrote:
 
 
 Marc
 
 You can try here:
 
 http://tn5250j.sourceforge.net/quick.html
 
 It lists most of the commonly used command line options.
 
 The one you are looking for is the -s option.
 
 java -jar tn5250j.jar -s session1 -s session2 -s session3
 
 -s -- Start up emulator using an existing configured session
   you can specify multiple of these as in -s  -s 
   and at startup the emulator will start up session 
 and
   .  This does not use the sessions file but the
 entries
   that are defined inside for PRE-EXISTIING session
   definitions.
 
   format of the session entries:
   --
 
   systemName=route-to-host [options as described above]
 
   The parameter is used along the systemName entry that
   is passed on the command line.  Please see examples
   below.
 
==
 NOTE  Session names are case sensitive!!!
=
 
 
 Regards
 
 Kenneth
 
 Quoting Marc Vos [EMAIL PROTECTED]:
 
 Hi,
 
 Is there a way to start multiple defined sessions all at once?
 
 -Marc Vos
 
 
 
 
 ---
 This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
 shotput
 a projector? How fast can you ride your desk chair down the office luge
 track?
 If you want to score the big prize, get to know the little guy.
 Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
 ___
 Tn5250j-general mailing list
 Tn5250j-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tn5250j-general
 
 
 
 
 
 
 
 ---
 This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
 shotput
 a projector? How fast can you ride your desk chair down the office luge
 track?
 If you want to score the big prize, get to know the little guy.
 Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
 ___
 Tn5250j-general mailing list
 Tn5250j-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tn5250j-general
 
 
 
 
 ---
 This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
 shotput
 a projector? How fast can you ride your desk chair down the office luge
 track?
 If you want to score the big prize, get to know the little guy.
 Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
 ___
 Tn5250j-general mailing list
 Tn5250j-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tn5250j-general
 
 
 
 
 
 
 
 ---
 This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
 a projector? How fast can you ride your desk chair down the office luge track?
 If you want to score the big prize, get to know the little guy.
 Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
 ___
 Tn5250j-general mailing list
 Tn5250j-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tn5250j-general




---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] Two issues.....

2005-06-07 Thread Kenneth Pouncey
hahahaha  Yep. Have about 22 certification tests on the table right now.

Cisco CCNP and CCVP (heck who knows maybe CCIE in the future), linux, MCSE 2003
and CWNP.  Have two security certs but realized I did not like it that much so
am going for the other ones listed above.  I love networks with routing and
switching and is why I took the other contracts.  Although off those are hung
windows and linux work stations thus those certs.  Am really interested in voice
and wireless but have to have the base certs first as requirements for these.  

I set up an Astriks server at the house for playing around with voice.  Really 
cool.

Time to put knowledge to paper.  Whether you can do the job or not seems
irrelevent without the certs and with them it does not seem to mean anything. 
Catch 22 as per one of my previous rants to the list.  Want to get my company
partnered with some of these.  

You have to have so many CERTIFIED EMPLOYEES, yes that is in quotes
sarcastically, to be partnered and contractors do not count.




Quoting [EMAIL PROTECTED]:

 Studying?
 
 
 
 
 
 Kenneth Pouncey [EMAIL PROTECTED] 
 Sent by: [EMAIL PROTECTED]
 07/06/2005 15:37
 Please respond to
 tn5250j-general@lists.sourceforge.net
 
 
 To
 tn5250j-general@lists.sourceforge.net
 cc
 
 Subject
 RE: [Tn5250j-general] Two issues.
 
 
 
 
 
 
 
 Patrick
 
 That is using 5.0 to compile and run?  If it is then absolutely great. 
 
 Yeah I did a lot of work on the rubber banding code that I have here.  Had 
 to
 redo it all because of all the changes that were made to structure.  Wim 
 still
 reported a bug against the code so.
 
 Great.  Great. Great.
 
 Now if we get some feedback from Richard about the field exit working that 
 will
 just make my day.  Can actually start studying with a clear conscience 
 tonight.
 
 Thanks for testing Patrick
 
 Kenneth
 
 Quoting Patrick Bielen [EMAIL PROTECTED]:
 
  Hi Kenneth, 
  
   Now isn't this funny. 
  
  I laugh my ass out :-)
  
   I found a computer here with a 1.5 beta2-b51 on 
   it and here is what I get.  It is working fine so 
   it should be something that was changed between 
   beta 2 and the release version.
  
  Indeed, i just compiled the sources i get from you,
  and all works fine, so something in broken in cvs.
  
  not sure what, cause winmerge gives differences in
  almost each friggin file.
  
  Met vriendelijke groeten,
  Best Regards,
  
  Patrick Bielen
  
  System-Administrator Stafa Holland BV
  Microsoft Certified Professional
  Sun Certified Java Programmer
  
  
  
  
  
  ---
  This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
  shotput
  a projector? How fast can you ride your desk chair down the office luge
  track?
  If you want to score the big prize, get to know the little guy. 
  Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
  ___
  Tn5250j-general mailing list
  Tn5250j-general@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/tn5250j-general
  
 
 
 
 
 
 
 ---
 This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you 
 shotput
 a projector? How fast can you ride your desk chair down the office luge 
 track?
 If you want to score the big prize, get to know the little guy. 
 Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
 ___
 Tn5250j-general mailing list
 Tn5250j-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tn5250j-general
 
 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-07 Thread Marko Daris
On Mon, 2005-06-06 at 17:54 +0200, Kenneth Pouncey wrote:
 Marko
 
 No problem.  I am leaving soon and we can pick it back up tomorrow.
Busy day today - need to wait for system to become available. 

 
 Now that is going to be interesting to see what the characters are for both 
 ways
 of doing the mapping.
 
 Tomorrow then.
 
 Regards
 
 Kenneth
 
 Quoting Marko Daris [EMAIL PROTECTED]:
 
  On Mon, 2005-06-06 at 17:24 +0200, Kenneth Pouncey wrote:
   Marko
   
   You will need to unzip the file and use the jt400.jar file from the zip
  archive.
   
   java -classpath .:..:path_to_jt400.jar tn5250j.jar
   
   That should do it.
   
   If you received the new .jar file I sent you we may not have to do that
  right
   now.  If it works that is :-)
  With the new version I get both the cp852 AND the Java Toolbox checkbox
  (without using CLASSPATH and jtopen)... I tested both: see attachments.
  All the characters are trash (I can't login either) because in the
  meantime we changed the logon language from Slovenian to English... 
  
  So I need to change the default language back to Slovenian. I'll have to
  ask our IBM guy to help me with that. Please be patient (or if you know
  how to change it...).
  
  Marko
  
   
   Use the new .jar and see if the option shows up.  That might not be there
  in the
   version from the site.  Can not remember as it has been to long.
   
   Kenneth
   
   Quoting Marko Daris [EMAIL PROTECTED]:
   
On Mon, 2005-06-06 at 16:51 +0200, Kenneth Pouncey wrote:
 Marko
 
 Are you also using the jt400 toolbox?  If you are we can test the 
 cp852
  by
using
 that option.
Will need help with this: I just downloaded jtopen_4_7-1.zip from IBM. 
How do I install this? Where must this be installed on Linux or on
AS400? I followed the instructions but had no luck (using CLASSPATH)...


 
 On the properties page you can select the AS/400 Toolbox checkbox and
  it
will
Properties where? The ones from the main tn5250j menu?

 load the code pages from the jt400 packages instead.  At least that
  will
help us
 do a test.
 
 Forgot all about that.
 
 Regards
 
 Kenneth
 
 
 Quoting Marko Daris [EMAIL PROTECTED]:
 
  On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
   Marko
   
   Crap. 
   
Recoding is too complex for a mere table
   
   That is a message that is obtained with the newer versions of
  recode. 
I
  had to
   downgrade to 3.5 to generate the tables.  I am assuming you have
  3.6
or
  higher.
Wow now what to do.
  Will try to downgrade recode to 3.5.
  I checked some old machines that SHOULD have old versions - but
  Murphy's
  law is in action...
  
   
   No you can not select those others because I do not have them in
  the
  emulator
   yet.  If you could have sent me a text file from recode then we
  could
have
  put
   it in.
   
   The version you will be testing with will be the one I send you. 
  Will
have
  to
   change the code to implement it, recompile and then send you a new
binary
  to
   test with.
   
   Huu  what to do now?
  Just wait that I get an old version of recode and build it...
  
   
   Anybody else have any success with this?
   
   Regards
   
   Kenneth
   
   Quoting Marko Daris [EMAIL PROTECTED]:
   
On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
 Hummm will have to think about this one.  Am pretty sure if I
  put
the
  1250
in
 there it will not work or will have to do a recode of 852.  No
linux
machine
 right now either.
 
 Marko can you do a recode and place the mappings in a text 
 file
  for
me.
  
For
 example:
 
 recode -v -h  cp852  ebcdic852.txt

[EMAIL PROTECTED] markod]$ recode -v -h  cp852
Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
Recoding is too complex for a mere table

 
 you can get a list of these by doing a 'recode -l'.
 
I guess we need: 
IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF
  ISO8859-2
iso-
ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2


[EMAIL PROTECTED] markod]$ recode -v -h IBM852
Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
Recoding is too complex for a mere table

[EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
Request: ISO-8859-2..:libiconv:..CHAR
Shrunk to: ISO-8859-2..CHAR
Recoding is too complex for a mere 

Re: [Fwd: [Tn5250j-general] Field - issue]

2005-06-07 Thread Richard Houston

Looks good. We'll continue to test it and let you know but so far so good.



Regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  [EMAIL PROTECTED]/(   )\   |
| WWW www.rlhc.net  ^^-^^|
+--+

Kenneth Pouncey said:
 Richard

 I have fixed this one in the latest binary.  I will send you one to try.

 Regards

 Kenneth

 Richard Houston wrote:

HI Kenneth,

Here is the original post on the field exit issue.

This is just a repost of the original.



Hi all,

Lori has posted a pdf for you on the field - issue she found. She is
running the cvs version as of August 23 2004.

Let me know if you need further info.

Regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  [EMAIL PROTECTED]/(   )\   |
| WWW www.rlhc.net  ^^-^^|
+--+






 ---
 This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
 shotput
 a projector? How fast can you ride your desk chair down the office luge
 track?
 If you want to score the big prize, get to know the little guy.
 Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
 ___
 Tn5250j-general mailing list
 Tn5250j-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tn5250j-general





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Fwd: [Tn5250j-general] Issue with naming macros]

2005-06-07 Thread Kenneth Pouncey
Yes a known problem.  Could you open a bug report for that if there 
already is not one.


Thanks

Kenneth




Not sure if this is a legitimate bug or not but figured I would pass it on.


From one of our users:


Tn5250j allows a user to create a macro with the same name as an existing
macro. For example, a user can create a macro and name it 'test' even if
there is already a macro called 'test'. The result will be two (or more)
macros with the same name in the macro list.

Should this be allowed or should it prompt you to ask if you want to
replace the already existing macro name?

Like I said just passing this on.




Regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  [EMAIL PROTECTED]/(   )\   |
| WWW www.rlhc.net  ^^-^^|
+--+




---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20

___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general

.

 




---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20

___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Fwd: [Tn5250j-general] Selection rectangle and insert mode and settings]

2005-06-07 Thread Kenneth Pouncey
That was suppose to read Nope you can NOT insert with one character 
field.



Kenneth Pouncey wrote:



Marc



Hi Kenneth,


There's definitely something with that selection square. What happens is
this:

- draw a rectangle and RELEASE the mouse button.
- with the right mouse button, click somewhere in the square and 
RELEASE the

mouse button. The menu pops-up and the rectangle dissapears (50% of the
time) and the cursors moves to the point on the screen where I clicked.
- if you do NOT RELEASE the right mouse button, the rectangle can be 
copied.


Are there any other ways to call this pop-up? An Apple laptop doesn't 
have a

right-button, you know.
 


If the mouse cursor is moving on a mouse click then that is what is
causing the rectangle to move.

On those times when the rectangle does not disappear does the cursor
move?  If it does not then that is the problem.

That is where to look for the problem when debugging a 5.0 environment.

Good catch there Marc if that is the cause.


Next,

When I'm in insert mode and on an empty field of only 1 character, I 
can't
enter anything because TN5250j says 'there is no room to insert 
anything'.

Why, not even one character?
 


Nope you can insert with character.  That works just like Client
Access.  Not sure how other emulators handle that but it was modeled
after CA.


Next,

There's something with the session settings I can't put my finger on. It
looks as if after a while session settings get mixed up with other 
sessions.
I have GUI sessions and GOB-sessions and after a whole day, the 
GOB-sessions

started to behave as GUI-sessions (one with the colors of another
GUI-session and saved it like that, too!).
 


Now that is weird.  I have never had that problem.  Can you load the
sessions up manually and try for a time and then automatically to see if
that might be the problem.

BTW, I use tabbed sessions. One window, 8 sessions (2x4) to two 
different

machines.
 


Myself as well but with 6 and always manually.  One non gui for
programming and 1 or 2 more with gui enabled for each machine.

Regards

Kenneth



Greetings,

-Marc Vos




---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you 
shotput
a projector? How fast can you ride your desk chair down the office 
luge track?
If you want to score the big prize, get to know the little guy.  Play 
to win an NEC 61 plasma display: http://www.necitguy.com/?r=20

___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general

.

 





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you 
shotput
a projector? How fast can you ride your desk chair down the office 
luge track?
If you want to score the big prize, get to know the little guy.  Play 
to win an NEC 61 plasma display: http://www.necitguy.com/?r=20

___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general

.




---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20

___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general