- Code: Select all
public static class StupidJavaCodeContainer {
private static ResCache makeglobal() {
ResCache ret;
if((ret = JnlpCache.create()) != null)
return(ret);
if((ret = FileCache.foruser()) != null)
return(ret);
return(null);
}
}
- Code: Select all
public static ResCache global = StupidJavaCodeContainer.makeglobal();
- Code: Select all
} catch(java.lang.reflect.InvocationTargetException e) {
/* Oh, how I love Swing! */
throw(new Error(e));
}
- Code: Select all
public OutputStream store(final String name) throws IOException {
/*
* The persistence service actually yields a real
* OutputStream, but since it needs to know the final size of
* the data before that, it isn't actually possible to use it
* as an OutputStream in any reasonable manner. Thus, all data
* is first "pre-cached" in a ByteArrayOutputStream, and then
* written to the persistence store.
*
* Oh God, it's so stupid.
*/
btw. if you want to add something into hide list you propably just need to add it in OptWnd line 430
i said propably cause its not confirmed