最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Java?Swing實(shí)現(xiàn)QQ登錄頁面

 更新時(shí)間:2022年02月25日 11:10:32   作者:大菜彩  
這篇文章主要為大家詳細(xì)介紹了Java?Swing實(shí)現(xiàn)QQ登錄頁面,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

本文實(shí)例為大家分享了Java Swing 實(shí)現(xiàn)QQ登錄頁面,供大家參考,具體內(nèi)容如下

代碼如下:

import java.awt.*;
import javax.swing.*;?
public class Demo121 extends JFrame{
?? ?public Demo121()
?? ?{
?? ??? ?JPanel jp1=new JPanel();
?? ??? ?JPanel jp2=new JPanel();
?? ??? ?JPanel jp3=new JPanel();? ? ? ??

?? ??? ?
?? ??? ?Icon icon1=new ImageIcon(getClass().getResource("/com/res/tou.gif"));
?? ??? ?Icon icon2=new ImageIcon(getClass().getResource("/com/res/clear.gif"));
?? ??? ?Icon icon3=new ImageIcon(getClass().getResource("/com/res/denglu.gif"));
?? ??? ?Icon icon4=new ImageIcon(getClass().getResource("/com/res/quxiao.gif"));
?? ??? ?Icon icon5=new ImageIcon(getClass().getResource("/com/res/xiangdao.gif"));
?? ?
?? ??? ?JButton jb1=new JButton();
?? ??? ?JButton jb2=new JButton();
?? ??? ?JButton jb3=new JButton();
?? ??? ?JButton jb4=new JButton();
?? ??? ?JButton jb5=new JButton();
?? ??? ?jb1.setIcon(icon1);
?? ??? ?jb2.setIcon(icon2);
?? ??? ?jb3.setIcon(icon3);
?? ??? ?jb4.setIcon(icon4);
?? ??? ?jb5.setIcon(icon5);
?? ??? ?
?? ??? ?JTabbedPane jta=new JTabbedPane(JTabbedPane.TOP);
?? ??? ?JPanel jp4=new JPanel();
?? ??? ?JPanel jp5=new JPanel();
?? ??? ?JPanel jp6=new JPanel();
?? ??? ?jta.addTab("QQ號(hào)碼", jp4);
?? ??? ?jta.addTab("手機(jī)號(hào)碼", jp5);
?? ??? ?jta.addTab("郵箱號(hào)碼", jp6);? ? ? ??
?? ??? ?
?? ??? ?JLabel jla1=new JLabel("QQ號(hào)碼");
?? ??? ?JLabel jla2=new JLabel("QQ密碼");
?? ??? ?JLabel jla3=new JLabel("忘記密碼");
?? ??? ?jla3.setFont(new Font("宋體",Font.BOLD,16));
?? ??? ?jla3.setForeground(Color.BLUE);
?? ??? ?? ??
?? ??? ?JLabel jla4=new JLabel("申請(qǐng)密碼保護(hù)");
?? ??? ?jla4.setForeground(Color.BLUE);
?? ??? ?
?? ??? ?JRadioButton jra1=new JRadioButton("隱身登陸");
?? ??? ?JRadioButton jra2=new JRadioButton("記住密碼");
?? ??? ?JTextField jte=new JTextField(10);
?? ??? ?JPasswordField jpa=new JPasswordField(10);
?? ??? ?jp4.setLayout(new GridLayout(3,3,1,2));
?? ??? ?jp4.add(jla1);
?? ??? ?jp4.add(jte);
?? ??? ?jp4.add(jb2);
?? ??? ?jp4.add(jla2);
?? ??? ?jp4.add(jpa);
?? ??? ?jp4.add(jla3);
?? ??? ?jp4.add(jra1);
?? ??? ?jp4.add(jra2);
?? ??? ?jp4.add(jla4);

?? ??? ?jp1.add(jb1);
?? ??? ?jp2.add(jta);
?? ??? ?jp3.add(jb3);
?? ??? ?jp3.add(jb4);
?? ??? ?jp3.add(jb5);
?? ??? ?
?? ??? ?this.add(jp1,BorderLayout.NORTH);
?? ??? ?this.add(jp2,BorderLayout.CENTER);
?? ??? ?this.add(jp3,BorderLayout.SOUTH);
?? ??? ?
?? ??? ?
?? ??? ?this.setSize(400, 290);
?? ??? ?this.setVisible(true);
?? ??? ?this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
?? ??? ?this.setLocation(450, 120);
?? ??? ?
?? ?}
?? ?
?? ?public static void main(String[] args) {
?? ??? ?Demo121 de=new Demo121();
?? ?}
}

運(yùn)行結(jié)果:

以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

泰安市| 磐安县| 莒南县| 海阳市| 确山县| 灌云县| 杂多县| 醴陵市| 封开县| 余庆县| 平山县| 高邑县| 抚松县| 西乌珠穆沁旗| 绥中县| 万载县| 塔城市| 台中县| 望奎县| 芦溪县| 岳阳市| 北安市| 日喀则市| 阳原县| 师宗县| 鄢陵县| 陕西省| 黔江区| 永顺县| 手游| 和林格尔县| 临猗县| 昌江| 黔西| 万载县| 米林县| 铁岭县| 弋阳县| 红原县| 沐川县| 阜康市|