20 package net.sf.gridarta.gui.dialog.browsearchetypes;
22 import java.awt.Graphics;
23 import javax.swing.Icon;
24 import javax.swing.JLabel;
25 import org.jetbrains.annotations.NotNull;
54 super.paintComponent(g);
static final long serialVersionUID
The serial version UID.
int paintX
The remembered x coordinate.
int getPaintX()
Returns the x coordinate at which this label was painted last.
void paintComponent(@NotNull final Graphics g)
A JLabel that tracks the x coordinate at which it was painted last.
ClosingLabel(@NotNull final Icon icon)
Creates a new instance.