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