mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
WindowsBuilder changes
This commit is contained in:
@@ -40,6 +40,7 @@ public class HandArea extends CardArea {
|
||||
* <p>
|
||||
* Constructor for HandArea.
|
||||
* </p>
|
||||
* TODO Make compatible with WindowBuilder
|
||||
*
|
||||
* @param scrollPane
|
||||
* a {@link javax.swing.JScrollPane} object.
|
||||
|
||||
@@ -43,6 +43,9 @@ import javax.swing.JLabel;
|
||||
* @version $Id$
|
||||
*/
|
||||
public class GlowText extends JLabel {
|
||||
public GlowText() {
|
||||
}
|
||||
|
||||
/** Constant <code>serialVersionUID=-2868833097364223352L</code>. */
|
||||
private static final long serialVersionUID = -2868833097364223352L;
|
||||
private int glowSize;
|
||||
|
||||
Reference in New Issue
Block a user