Extracted common Getdown applet config functionality so that it can be reused by applets that are doing more that just Getdown.

This commit is contained in:
Matt Jensen
2009-01-21 20:58:32 +00:00
parent 0453991622
commit 85d3456d97
3 changed files with 431 additions and 203 deletions
+13 -1
View File
@@ -24,8 +24,12 @@
*;
}
-keep public class com.threerings.getdown.data.Application {
*;
}
-keep public class com.threerings.getdown.launcher.Getdown {
public static void main (java.lang.String[]);
*;
}
-keep public class com.threerings.getdown.launcher.GetdownApp {
@@ -35,3 +39,11 @@
-keep public class com.threerings.getdown.launcher.GetdownApplet {
*;
}
-keep class * extends javax.swing.JApplet {
<methods>;
}
-keep public class com.threerings.getdown.launcher.GetdownAppletConfig {
*;
}