bl双性强迫侵犯h_国产在线观看人成激情视频_蜜芽188_被诱拐的少孩全彩啪啪漫画

java界面退出代碼,java 程序退出

java中關閉當前窗口用什么代碼

setDefaultCloseOperation(JFrame.EXIT_ON_CLOES)會讓整個程序都退出

太仆寺網(wǎng)站建設公司成都創(chuàng)新互聯(lián)公司,太仆寺網(wǎng)站設計制作,有大型網(wǎng)站制作公司豐富經(jīng)驗。已為太仆寺上千家提供企業(yè)網(wǎng)站建設服務。企業(yè)網(wǎng)站搭建\外貿(mào)網(wǎng)站建設要多少錢,請找那個售后服務好的太仆寺做網(wǎng)站的公司定做!

JFrame.DISPOSE_ON_CLOSE只讓當前的窗口關閉而已

實現(xiàn)界面登陸,退出功能的java代碼怎么寫?

CS結構系統(tǒng)的退出如下:public void init() {

this.setTitle("用戶登錄界面");

this.add(createCenterPane());

this.setDefaultCloseOperation(this.DO_NOTHING_ON_CLOSE);

this.setSize(new Dimension(450, 335));

this.setLocationRelativeTo(null);

// this.setVisible(true);

this.addWindowListener(new WindowAdapter() {

public void windowClosing(WindowEvent e) {

int choose = JOptionPane.showConfirmDialog(null, "是否要退出登錄界面?",

"系統(tǒng)提示:", JOptionPane.YES_NO_OPTION);

if (choose == JOptionPane.YES_OPTION) {

System.exit(1);

}

}

});

}其中this為JFrame對象。BS結構的退出直接用windows.close()方法就行了!

java關閉當前窗口代碼

方法一:

類 JFrame

javax.swing.JFrame

JFrame中的方法void setDefaultCloseOperation(int)可以設置

以下為改方法的用法:

setDefaultCloseOperation

public void setDefaultCloseOperation(int operation)設置用戶在此窗體上發(fā)起

"close" 時默認執(zhí)行的操作。必須指定以下選項之一:

DO_NOTHING_ON_CLOSE(在 WindowConstants 中定義):不執(zhí)行任何操作;要求程序在已注冊的

WindowListener 對象的 windowClosing 方法中處理該操作。

HIDE_ON_CLOSE(在 WindowConstants 中定義):調用任意已注冊的 WindowListener

對象后自動隱藏該窗體。

DISPOSE_ON_CLOSE(在 WindowConstants 中定義):調用任意已注冊 WindowListener

的對象后自動隱藏并釋放該窗體。

EXIT_ON_CLOSE(在 JFrame 中定義):使用 System exit

方法退出應用程序。僅在應用程序中使用。

默認情況下,該值被設置為 HIDE_ON_CLOSE。更改此屬性的值將導致激發(fā)屬性更改事件,其屬性名稱為

"defaultCloseOperation"。

注:當 Java 虛擬機 (VM) 中最后一個可顯示窗口被釋放后,虛擬機可能會終止

要實現(xiàn)你說的,應該采用

setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);

方法二:

import java.awt.event.WindowAdapter;

import java.awt.event.WindowEvent;

import javax.swing.JFrame;

import javax.swing.JOptionPane;

public class Test extends JFrame {

public Test(){

this.setTitle("title");

this.setSize(300,200);

this.setLocation(100,100);

//設置關閉時什么也不做

this.setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);

//監(jiān)聽關閉按鈕的點擊操作

this.addWindowListener(new WindowAdapter(){

//new 一個WindowAdapter 類 重寫windowClosing方法

//WindowAdapter是個適配器類 具體看jdk的幫助文檔

public void windowClosing(WindowEvent e) {

//這里寫對話框

if(JOptionPane.showConfirmDialog(null,

"退出","提

示",JOptionPane.YES_NO_OPTION,JOptionPane.QUESTION_MESSAGE)==JOptionPane.YES_OPTION){

System.exit(0);

}

}

});

this.setVisible(true);

}

public static void main(String[] args) {

new Test();

}

}

實現(xiàn) 界面登陸 退出 功能的java代碼雜寫

CS結構系統(tǒng)的退出如下:public void init() {

this.setTitle("用戶登錄界面");

this.add(createCenterPane());

this.setDefaultCloseOperation(this.DO_NOTHING_ON_CLOSE);

this.setSize(new Dimension(450, 335));

this.setLocationRelativeTo(null);

// this.setVisible(true);

this.addWindowListener(new WindowAdapter() {

public void windowClosing(WindowEvent e) {

int choose = JOptionPane.showConfirmDialog(null, "是否要退出登錄界面?",

"系統(tǒng)提示:", JOptionPane.YES_NO_OPTION);

if (choose == JOptionPane.YES_OPTION) {

System.exit(1);

}

}

});

}其中this為JFrame對象。BS結構的退出直接用windows.close()方法就行了!

當前標題:java界面退出代碼,java 程序退出
網(wǎng)站地址:http://vcdvsql.cn/article8/hspeop.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供電子商務營銷型網(wǎng)站建設網(wǎng)站排名網(wǎng)站導航全網(wǎng)營銷推廣軟件開發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站建設