Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1:/tmp/cvs-serv5082/src/org/tn5250j
Modified Files:
Connect.java Screen5250.java
Log Message:
Fix and update for FileTransferDialog.
Index: Connect.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/Connect.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Connect.java 16 Dec 2003 10:52:54 -0000 1.17
--- Connect.java 18 Dec 2003 13:10:19 -0000 1.18
***************
*** 509,513 ****
accessPanel.add(accessOptions, BorderLayout.CENTER);
! JPanel passPanel = new JPanel(new FlowLayout(FlowLayout.CENTER, 10, 10));
Action action =
--- 509,515 ----
accessPanel.add(accessOptions, BorderLayout.CENTER);
! JPanel passPanel = new JPanel();
! passPanel.setBorder(BorderFactory.createEmptyBorder(5, 0, 5, 5));
! passPanel.setLayout(new FlowLayout(FlowLayout.CENTER, 10 , 0));
Action action =
***************
*** 529,533 ****
setPassButton = new JButton(action);
- setPassButton.setPreferredSize(new Dimension(150, 27));
if (props.getProperty("emul.accessDigest") != null)
--- 531,534 ----
***************
*** 538,542 ****
password = new JPasswordField(15);
password.setDocument(new CheckPasswordDocument());
- password.setPreferredSize(new Dimension(password.getWidth(), 27));
passPanel.add(password);
--- 539,542 ----
Index: Screen5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/Screen5250.java,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** Screen5250.java 11 Dec 2003 10:50:52 -0000 1.44
--- Screen5250.java 18 Dec 2003 13:10:19 -0000 1.45
***************
*** 4074,4079 ****
screen[x].setUseGUI(ScreenChar.NO_GUI);
}
! // dirty.setBounds(tArea.getBounds());
! dirty.setBounds(fmWidth * numCols,fmHeight * numRows,0,0);
}
--- 4074,4079 ----
screen[x].setUseGUI(ScreenChar.NO_GUI);
}
! dirty.setBounds(tArea.getBounds());
! // dirty.setBounds(fmWidth * numCols,fmHeight * numRows,0,0);
}
***************
*** 4088,4093 ****
screen[x].setUseGUI(ScreenChar.NO_GUI);
}
! // dirty.setBounds(tArea.getBounds());
! dirty.setBounds(fmWidth * numCols,fmHeight * numRows,0,0);
}
--- 4088,4093 ----
screen[x].setUseGUI(ScreenChar.NO_GUI);
}
! dirty.setBounds(tArea.getBounds());
! // dirty.setBounds(fmWidth * numCols,fmHeight * numRows,0,0);
}
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
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.