reconstruct code && add advice for out of memory error.

This commit is contained in:
huanghongxun
2015-07-06 12:50:02 +08:00
parent d398de5d4e
commit 244b646225
183 changed files with 381 additions and 346 deletions

View File

@@ -21,7 +21,7 @@ import javax.swing.plaf.synth.SynthLookAndFeel;
/**
*
* @author hyh
* @author huangyuhui
*/
public class HelloMinecraftLookAndFeel extends SynthLookAndFeel {

View File

@@ -21,7 +21,7 @@ import org.jackhuang.hellominecraft.lookandfeel.GraphicsUtils;
/**
*
* @author hyh
* @author huangyuhui
*/
public class ConstomButton extends javax.swing.JButton {
public Color normalFg = GraphicsUtils.getWebColorWithAlpha("DDDDDD3F"), normalBg = GraphicsUtils.getWebColorWithAlpha("DDDDDD3F"),

View File

@@ -18,7 +18,7 @@ package org.jackhuang.hellominecraft.lookandfeel.components;
/**
*
* @author hyh
* @author huangyuhui
*/
public interface IConstomable {
boolean constomBackground();