91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.94MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-08-31
  • 語(yǔ)言: Java
  • 標(biāo)簽:

資源簡(jiǎn)介

jsp源碼, 論文,還有教學(xué)幻燈片。數(shù)據(jù)庫(kù)運(yùn)用SQLServer。

資源截圖

代碼片段和文件信息

package?com.jbaptech.accp.netbar.client;

import?javax.swing.JDialog;
import?javax.swing.JPanel;
import?javax.swing.JLabel;
import?javax.swing.Jframe;
import?javax.swing.SwingConstants;
import?java.awt.Rectangle;
import?java.awt.Dimension;

/**
?*?class?description?here.
?*?

title:?


?*
?*?

Description:?


?*
?*?

Copyright:?Copyright?(c)?2005


?*
?*?

Company:?北京阿博泰克北大青鳥(niǎo)信息技術(shù)有限公司


?*
?*?@author?luohao
?*?@version?1.0
?*/
public?class?AboutDialog
????extends?JDialog?{

??/**
???*??versin?information?panel.
???*/
??JPanel?aboutInfoPanel?=?new?JPanel();
??/**
???*?version?label.
???*/
??JLabel?versionLabell?=?new?JLabel();
??/**
???*?copyright?label.
???*/
??JLabel?copyrightLabel?=?new?JLabel();

??/**
???*?constructor?using?super?class.
???*?@param?frame?Jframe
???*?@param?title?String
???*?@param?modal?boolean
???*/
??public?AboutDialog(?Jframe?frame??String?title
??????????????????????boolean?modal)?{
????super(frame?title?modal);
?????int?locationX?=?400;
?????int?locationY?=?250;
????this.setLocation(locationX?locationY);
????try?{
??????jbInit();
??????pack();
????}
????catch?(Exception?ex)?{
??????ex.printStackTrace();
????}
??}

??/**
???*?constuctor.
???*/
??public?AboutDialog()?{
????this(null?““?false);
??}

??/**
???*?init.
???*?@throws?Exception
???*/
??private?void?jbInit()?throws?Exception?{

????java.awt.Font?font?=?new?java.awt.Font(“Serif“?0?12);
????versionLabell.setFont(font);
????versionLabell.setHorizontalAlignment(SwingConstants.CENTER);
????versionLabell.setText(“版本:?1.0“);
????versionLabell.setBounds(new?Rectangle(0?20?200?20));

????copyrightLabel.setFont(font);
????copyrightLabel.setHorizontalAlignment(SwingConstants.CENTER);
????copyrightLabel.setText(“版權(quán):北大青鳥(niǎo)APTECH“);
????copyrightLabel.setBounds(new?Rectangle(0?40?200?20));

????aboutInfoPanel.setLayout(null);
????aboutInfoPanel.setPreferredSize(new?Dimension(200?80));
????aboutInfoPanel.add(versionLabell?null);
????aboutInfoPanel.add(copyrightLabel?null);

????getContentPane().add(aboutInfoPanel);
??}

}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件?????419328??2006-01-11?11:39??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\PPT\網(wǎng)吧計(jì)費(fèi)系統(tǒng).ppt

?????文件??????14148??2005-06-29?13:23??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\cache?files\NetBarFeeManagement.index

?????文件???????2157??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\AboutDialog.class

?????文件???????6810??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\CheckInPanel.class

?????文件???????5248??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\CheckOutDialog.class

?????文件????????840??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\CheckOutDialog_ConfirmButton_ActionAdapter.class

?????文件????????834??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\CheckOutDialog_ResetButton_ActionAdapter.class

?????文件???????3374??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\CheckOutResultPanel.class

?????文件???????1047??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\ComsumeDisplayData.class

?????文件???????1504??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\MainApplication.class

?????文件????????863??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\Mainframe_jMenuCheckIn_ActionAdapter.class

?????文件????????866??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\Mainframe_jMenuCheckOut_ActionAdapter.class

?????文件????????866??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\Mainframe_JMenuExitExit_ActionAdapter.class

?????文件????????869??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\Mainframe_JMenuHelpAbout_ActionAdapter.class

?????文件???????4719??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\NetBarFeeMangementframe.class

?????文件????????824??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\UseInPanel_confirmButton_actionAdapter.class

?????文件????????818??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\UseInPanel_resetButton_actionAdapter.class

?????文件???????1474??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\client\WelcomePanel.class

?????文件???????4327??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\action\BusinessAction.class

?????文件???????2589??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\dao\CardDAO.class

?????文件???????2681??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\dao\ComputerDAO.class

?????文件???????1739??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\dao\ConnectionManager.class

?????文件???????6609??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\dao\RecordDAO.class

?????文件???????1223??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\entity\Card.class

?????文件???????1003??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\entity\Computer.class

?????文件???????1638??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\com\jbaptech\accp\netbar\server\entity\Record.class

?????文件??????25080??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\package?cache\com.jbaptech.accp.netbar.client.dep2

?????文件???????3735??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\package?cache\com.jbaptech.accp.netbar.server.action.dep2

?????文件???????8352??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\package?cache\com.jbaptech.accp.netbar.server.dao.dep2

?????文件???????2808??2005-07-08?14:03??網(wǎng)吧計(jì)費(fèi)系統(tǒng)\網(wǎng)吧計(jì)費(fèi)系統(tǒng)\Source\NetBarFeeManagement\classes\package?cache\com.jbaptech.accp.netbar.server.entity.dep2

............此處省略109個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源