[Openjnlp-devel] Tweak to AppletRunner.java
Brought to you by:
kherr
From: Christopher H. <he...@ez...> - 2002-05-15 01:16:20
|
I had to tweak AppletRunner.java to get it to compile correctly under JDK 1.4 Basically, there are 3 methods in the AppletContext interface that are new with that JDK - I just stubbed them to return null (if they aren't void), and commented them as incompletely implemented. They're checked into CVS just to avoid divergence. Chris |