tn5250j/src/org/tn5250j My5250.java,1.35,1.36
Patrick Bielen <[email protected]> Mon, 19 Jul 2004 10:51:02 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4639/src/org/tn5250j
Modified Files:
My5250.java
Log Message:
Update for 1.5.0 (5.0 in the future) compatibility.
Now uses ocean-look (new metal-look) if 1.5 is found.
Gives two warnings when build with the new java (you can ignore them).
Index: My5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/My5250.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** My5250.java 2 Jul 2004 13:52:07 -0000 1.35
--- My5250.java 19 Jul 2004 10:51:00 -0000 1.36
***************
*** 95,99 ****
// we only want to try and load the Kunststoff look and feel if it is not
// for the MAC operating system.
! if (!OperatingSystem.isMacOS()) {
try {
--- 95,99 ----
// we only want to try and load the Kunststoff look and feel if it is not
// for the MAC operating system.
! if (!OperatingSystem.isMacOS() & !OperatingSystem.hasJava15()) {
try {
***************
*** 103,107 ****
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
- UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (ClassNotFoundException e1) {
e1.printStackTrace();
--- 103,106 ----
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click