|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
package com.fr.design.gui.controlpane; |
|
|
|
|
|
|
|
|
|
import com.fine.theme.light.ui.FineRoundBorder; |
|
|
|
|
import com.fine.theme.utils.FineUIScale; |
|
|
|
|
import com.fine.theme.utils.FineUIStyle; |
|
|
|
|
import com.fine.theme.utils.FineUIUtils; |
|
|
|
|
import com.fr.design.beans.BasicBeanPane; |
|
|
|
|
import com.fr.design.border.FineBorderFactory; |
|
|
|
|
import com.fr.design.constants.UIConstants; |
|
|
|
|
import com.fr.design.gui.icontainer.UIScrollPane; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
@ -29,7 +28,6 @@ import javax.swing.DefaultListModel;
|
|
|
|
|
import javax.swing.JPanel; |
|
|
|
|
import javax.swing.ListModel; |
|
|
|
|
import javax.swing.ListSelectionModel; |
|
|
|
|
import javax.swing.UIManager; |
|
|
|
|
import javax.swing.event.ListDataEvent; |
|
|
|
|
import javax.swing.event.ListDataListener; |
|
|
|
|
import javax.swing.event.ListSelectionEvent; |
|
|
|
@ -102,7 +100,7 @@ public abstract class UIListGroupControlPane extends UIControlPane implements Li
|
|
|
|
|
@Override |
|
|
|
|
protected void initLeftPane(JPanel leftPane) { |
|
|
|
|
leftPane.add(new UIScrollPane(contentPane = FRGUIPaneFactory.createVerticalFlowLayout_Pane(true, FlowLayout.LEADING, 0, 0)), BorderLayout.CENTER); |
|
|
|
|
leftPane.setBorder(new FineRoundBorder()); |
|
|
|
|
leftPane.setBorder(FineBorderFactory.createWrappedRoundBorder()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|