導航:首頁 > 編程語言 > javabox左對齊

javabox左對齊

發布時間:2025-01-15 02:09:07

A. java界面高手請進 200分

我還當是程序改錯……
看來這200分我是沒有時間拿了
我做J2EE的,界面讓我找個錯還有 可能,重新寫
……困難

B. swing里的box是什麼作用java

主要就用到了這四個方法
createHorizontalBox()
創建一個從左到右顯示其組件的 Box。
createHorizontalStrut(int width) //左右部件之間的中間間隔就可以用這個方法來控制
創建一個不可見的、固定寬度的組件。
createVerticalBox()
創建一個從上到下顯示其組件的 Box。
createVerticalStrut(int height) //上下部件之間的中間間隔就可以用這個方法來控制
創建一個不可見的、固定高度的組件。

效果圖如下
package com.geogro.webapp.applet.track;

import java.awt.*;
import javax.swing.*;
import javax.swing.border.*;

/**3G版本的數據過濾面板,輸入過濾值查詢3G值.
*
* @author snail
* @date 07-03-26
* @version 1.0
*/
public class Fliter3GPanel extends JPanel {
private static Font defaultFont = new Font("SimSun", Font.PLAIN, 12); //默認字體
TitledBorder titledBorder1 = new TitledBorder("參數設置");
JTextField xTextField;
JTextField yTextField;
JTextField zTextField;
JTextField inteTextField;
DateChooserJButton fliterStartTimeButton;
DateChooserJButton fliterEndTimeButton;
JProgressBar fliterLoadBar;
JButton okButton;
JButton cancelButton;

private void jbInit() throws Exception {
Box b = Box.createVerticalBox();
JLabel bannerLabel = new JLabel("3G數據過濾查詢");
b.add(bannerLabel);

//-------------setTheInputPanel------------------------------

JPanel inputPanel = new JPanel();
TitledBorder inputPanelBorder = new TitledBorder("設置參數");
inputPanelBorder.setTitleFont(defaultFont);
inputPanel.setBorder(inputPanelBorder);

Box vtemp = Box.createVerticalBox();
Box htemp1 = Box.createHorizontalBox();
Box htemp2 = Box.createHorizontalBox();
Box htemp3 = Box.createHorizontalBox();
Box htemp4 = Box.createHorizontalBox();
Box htemp5 = Box.createHorizontalBox();
Box htemp6 = Box.createHorizontalBox();
Box htemp7 = Box.createHorizontalBox();
Box htemp8 = Box.createHorizontalBox();

xTextField = new JTextField();
xTextField.setPreferredSize(new Dimension(50, 10));
htemp1.add(new JLabel("橫向:"));
htemp1.add(Box.createHorizontalStrut(10)); //創建label和textFied之間的距離
htemp1.add(xTextField);
htemp1.add(new JLabel("(例:3.01)"));

yTextField = new JTextField();
yTextField.setPreferredSize(new Dimension(50, 10));
htemp2.add(new JLabel("縱向:"));
htemp2.add(Box.createHorizontalStrut(10));
htemp2.add(yTextField);
htemp2.add(new JLabel("(例:4.01)"));

zTextField = new JTextField();
zTextField.setPreferredSize(new Dimension(50, 10));
htemp3.add(new JLabel("垂直:"));
htemp3.add(Box.createHorizontalStrut(10));
htemp3.add(zTextField);
htemp3.add(new JLabel("(例:3.01)"));

inteTextField = new JTextField();
inteTextField.setPreferredSize(new Dimension(50, 10));
htemp4.add(new JLabel("綜合:"));
htemp4.add(Box.createHorizontalStrut(10));
htemp4.add(inteTextField);
htemp4.add(new JLabel("(例:5.01)"));

fliterStartTimeButton = new DateChooserJButton();
JLabel tmpLabel = new JLabel("開始時間:");
htemp5.add(tmpLabel);
htemp5.add(fliterStartTimeButton);

fliterEndTimeButton = new DateChooserJButton();
JLabel tmpLabel2 = new JLabel("結束時間:");
htemp6.add(tmpLabel2);
htemp6.add(fliterEndTimeButton);

fliterLoadBar = new JProgressBar();
JLabel tmpLabel3 = new JLabel("進度:");
htemp7.add(tmpLabel3);
htemp7.add(fliterLoadBar);

okButton = new JButton("過濾");
cancelButton = new JButton("撤銷");
htemp8.add(okButton);
htemp8.add(Box.createHorizontalStrut(10));
htemp8.add(cancelButton);

vtemp.add(htemp1);
vtemp.add(Box.createVerticalStrut(10)); //創建上下空間距離
vtemp.add(htemp2);
vtemp.add(Box.createVerticalStrut(10));
vtemp.add(htemp3);
vtemp.add(Box.createVerticalStrut(10));
vtemp.add(htemp4);
vtemp.add(Box.createVerticalStrut(10));
vtemp.add(htemp5);
vtemp.add(Box.createVerticalStrut(10));
vtemp.add(htemp6);
vtemp.add(Box.createVerticalStrut(25));
vtemp.add(htemp7);
vtemp.add(Box.createVerticalStrut(5));
vtemp.add(htemp8);

inputPanel.add(vtemp);
//----------------------------------------------------------

//------------other panel init here-------------------------

//initCode!

//----------------------------------------------------------

b.add(inputPanel);
//b.add(otherPanel);

this.add(b, BorderLayout.NORTH);
}

public Fliter3GPanel() {
try {
jbInit();
}
catch (Exception ex) {
ex.printStackTrace();
}
}

}

閱讀全文

與javabox左對齊相關的資料

熱點內容
畢業源程序可以抄嗎 瀏覽:111
jsr356websocket 瀏覽:751
mysql資料庫遍歷php 瀏覽:890
思科路由器密碼恢復方法 瀏覽:274
win10如何解壓pkg文件 瀏覽:228
revit2016默認文件路徑 瀏覽:917
電信網路資源管理系統 瀏覽:33
c編程默認圖標怎麼改 瀏覽:853
win10直接訪問samba 瀏覽:52
在基金app買基金哪些費用便宜 瀏覽:463
有哪些中古app 瀏覽:196
美圖m4s升級meios3 瀏覽:172
ug編程怎麼選擇不了部件 瀏覽:850
建行信用卡applepay 瀏覽:475
如何查看win10激活時間 瀏覽:551
iphone6鎖屏後自己亮 瀏覽:195
jsp工程界面 瀏覽:167
考cpa有什麼免費app 瀏覽:514
什麼軟體可以製作紅頭文件 瀏覽:268
vb如何判定一個文件被改動 瀏覽:929

友情鏈接