20 package net.sf.gridarta.gui.panel.objectchoicedisplay;
22 import java.awt.Color;
23 import java.awt.GridBagConstraints;
24 import java.awt.GridBagLayout;
25 import javax.swing.JLabel;
26 import javax.swing.JPanel;
30 import net.
sf.japi.swing.action.ActionBuilder;
31 import net.
sf.japi.swing.action.ActionBuilderFactory;
32 import org.jetbrains.annotations.NotNull;
33 import org.jetbrains.annotations.Nullable;
52 private static final ActionBuilder
ACTION_BUILDER = ActionBuilderFactory.getInstance().getActionBuilder(
"net.sf.gridarta");
90 setLayout(
new GridBagLayout());
92 final GridBagConstraints gcl =
new GridBagConstraints();
93 final GridBagConstraints gcr =
new GridBagConstraints();
94 gcl.fill = GridBagConstraints.HORIZONTAL;
95 gcr.fill = GridBagConstraints.HORIZONTAL;
100 gcl.anchor = GridBagConstraints.WEST;
101 gcr.anchor = GridBagConstraints.WEST;
103 gcr.gridwidth = GridBagConstraints.REMAINDER;
126 if (gameObject ==
null) {
127 if (isPickmapActive) {