Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1:/tmp/cvs-serv3369/src/org/tn5250j
Modified Files:
Gui5250.java
Log Message:
Library updates + static method updates
Index: Gui5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/Gui5250.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** Gui5250.java 9 Jul 2003 18:55:40 -0000 1.45
--- Gui5250.java 11 Nov 2003 08:27:26 -0000 1.46
***************
*** 151,155 ****
macros = new Macronizer();
! macros.init();
keyPad.addActionListener(this);
--- 151,155 ----
macros = new Macronizer();
! Macronizer.init();
keyPad.addActionListener(this);
***************
*** 868,872 ****
}
macMenu.add(action);
! if (macros.isMacrosExist()) {
// this will add a sorted list of the macros to the macro menu
addMacros(macMenu);
--- 868,872 ----
}
macMenu.add(action);
! if (Macronizer.isMacrosExist()) {
// this will add a sorted list of the macros to the macro menu
addMacros(macMenu);
-------------------------------------------------------
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.