📄 flowlayout.java
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: FlowLayout.java
package com.tricastmedia.twuik.tue.layout;
import com.tricastmedia.twuik.tue.Component;
// Referenced classes of package com.tricastmedia.twuik.tue.layout:
// ILayoutMgr
public class FlowLayout
implements ILayoutMgr
{
public FlowLayout(int p0, int p1, int p2, int p3)
{
}
public void add(Component component, String s)
{
}
public void add(Component component)
{
}
public void remove(Component component)
{
}
public void doLayout(int i, int j, int k, int l)
{
}
public static final int FLOW_HORIZONTAL = 0;
public static final int FLOW_VERTICAL = 1;
public static final int ALIGN_LEFT = 0;
public static final int ALIGN_TOP = 1;
public static final int ALIGN_RIGHT = 2;
public static final int ALIGN_BOTTOM = 3;
public static final int ALIGN_CENTER = 4;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -