|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
package com.fr.design.gui.storybook; |
|
|
|
|
package com.fr.design.gui.storybook.components; |
|
|
|
|
|
|
|
|
|
import com.fine.theme.icon.LazyIcon; |
|
|
|
|
import com.fr.design.gui.ibutton.UIButtonGroup; |
|
|
|
|
import com.fr.design.gui.ibutton.UITabGroup; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
import com.fr.design.mainframe.theme.edit.ui.TabbedPane; |
|
|
|
|
import com.fr.design.gui.storybook.StoryBoard; |
|
|
|
|
import com.fr.stable.ArrayUtils; |
|
|
|
|
|
|
|
|
|
import javax.swing.Icon; |
|
|
|
|
|
|
|
|
|
import javax.swing.*; |
|
|
|
|
|
|
|
|
|
import static com.fine.swing.ui.layout.Layouts.*; |
|
|
|
|
import static com.fine.swing.ui.layout.Layouts.cell; |
|
|
|
|
import static com.fine.swing.ui.layout.Layouts.flex; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Tab按钮组 |
|
|
|
|