reconstruct code && add advice for out of memory error.
This commit is contained in:
@@ -21,7 +21,7 @@ import javax.swing.plaf.synth.SynthLookAndFeel;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author hyh
|
||||
* @author huangyuhui
|
||||
*/
|
||||
public class HelloMinecraftLookAndFeel extends SynthLookAndFeel {
|
||||
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -18,7 +18,7 @@ package org.jackhuang.hellominecraft.lookandfeel.components;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author hyh
|
||||
* @author huangyuhui
|
||||
*/
|
||||
public interface IConstomable {
|
||||
boolean constomBackground();
|
||||
|
||||
Reference in New Issue
Block a user