|
|
|
@ -17,6 +17,7 @@ import com.fr.stable.Nameable;
|
|
|
|
|
import com.fr.stable.StringUtils; |
|
|
|
|
import com.fr.stable.core.PropertyChangeAdapter; |
|
|
|
|
|
|
|
|
|
import javax.swing.BorderFactory; |
|
|
|
|
import javax.swing.DefaultListModel; |
|
|
|
|
import javax.swing.Icon; |
|
|
|
|
import javax.swing.JLabel; |
|
|
|
@ -359,6 +360,8 @@ public abstract class JListControlPane extends JControlPane implements ListContr
|
|
|
|
|
setLayout(new BorderLayout()); |
|
|
|
|
this.textLabel = new JLabel(); |
|
|
|
|
this.iconLabel = new JLabel(); |
|
|
|
|
this.textLabel.setBorder(BorderFactory.createEmptyBorder(1, 0, 1, 1)); |
|
|
|
|
this.iconLabel.setBorder(BorderFactory.createEmptyBorder(1, 1, 1, 0)); |
|
|
|
|
add(this.textLabel, BorderLayout.CENTER); |
|
|
|
|
add(this.iconLabel, BorderLayout.WEST); |
|
|
|
|
this.iconLabel.setBackground(Color.WHITE); |
|
|
|
|