tn5250j/src/org/tn5250j My5250.java,1.31,1.32

[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-serv26482/src/org/tn5250j

Modified Files:
	My5250.java 
Log Message:
Fix for static related errors

Index: My5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/My5250.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** My5250.java	11 Nov 2003 11:57:11 -0000	1.31
--- My5250.java	11 Nov 2003 13:11:31 -0000	1.32
***************
*** 231,238 ****
  
              if (isSpecified("-width",args)) {
!                width = Integer.parseInt(m.getParm("-width",args));
              }
              if (isSpecified("-height",args)) {
!                height = Integer.parseInt(m.getParm("-height",args));
              }
  
--- 231,238 ----
  
              if (isSpecified("-width",args)) {
!                width = Integer.parseInt(My5250.getParm("-width",args));
              }
              if (isSpecified("-height",args)) {
!                height = Integer.parseInt(My5250.getParm("-height",args));
              }
  




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
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.