Method and Description |
---|
org.jext.JextFrame.closeWindow(boolean)
Use closeWindow(), since the JVM is not closed anyway.
|
org.jext.Utilities.copy(InputStream, OutputStream, boolean, HandlingRunnable)
maybe, use the version with a CopyThread as second parameter instead(I think it's cleaner, this
version should go away).
|
org.jext.Jext.loadProps(InputStream)
Maintained only for plugins compliance. Use
loadXMLProps()
instead of this method. |
org.jext.Jext.saveProps()
Use
saveXMLProps() instead |
org.jext.Utilities.sortStrings(String[])
Use the standard Java java.util.Array.sort instead.
|
Copyright ? 2002 Romain Guy.