代码搜索:WindowEvent

找到约 2,736 项符合「WindowEvent」的源代码

代码结果 2,736
www.eeworm.com/read/150619/12280966

bak cardlaytest2.java.bak

import java.awt.*; import java.awt.event.*; /*类CardLayTest2实现了MouseListener,继承了WindowAdapter类*/ public class CardLayTest2 extends WindowAdapter implements MouseListener{ Frame frObj = new Frame("
www.eeworm.com/read/127767/14337378

txt e565. hiding a frame when its close button is clicked.txt

By default, when the close button on a frame is clicked, nothing happens. This example shows how to make the action hide the frame. One reason for hiding rather than disposing a frame would be to reus
www.eeworm.com/read/127767/14337883

txt e568. determining when a frame or window is opened or closed.txt

// Create the frame Frame frame = new Frame(); // Create a listener for window events WindowListener listener = new WindowAdapter() { // This method is called after a win
www.eeworm.com/read/118416/14872465

bak cardlaytest2.java.bak

import java.awt.*; import java.awt.event.*; /*类CardLayTest2实现了MouseListener,继承了WindowAdapter类*/ public class CardLayTest2 extends WindowAdapter implements MouseListener{ Frame frObj = new Frame("
www.eeworm.com/read/208575/15244111

java myquery.java

//:MyQuery.java /** *The programme used to realized query function module for the "Plane Query and Ticket_Book System" *@author HaiXian Wu in Software College Grade 2003 Class 2 ID:1033710201
www.eeworm.com/read/208281/15249241

java jmframe.java

/* * @(#)JMFrame.java 1.5 00/03/30 * * Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved. * * Sun grants you ("Licensee") a non-exclusive, royalty free, license to use, * modify and
www.eeworm.com/read/208281/15249249

java jmdialog.java

/* * @(#)JMDialog.java 1.2 00/02/14 * * Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved. * * Sun grants you ("Licensee") a non-exclusive, royalty free, license to use, * modify and
www.eeworm.com/read/206302/15296928

java cframe.java

import java.awt.*; import java.awt.event.*; import java.util.*; public class CFrame extends Frame implements WindowListener { public CFrame() { super(); setIconImag
www.eeworm.com/read/205917/15304212

java myquery.java

//:MyQuery.java /** *The programme used to realized query function module for the "Plane Query and Ticket_Book System" *@author HaiXian Wu in Software College Grade 2003 Class 2 ID:1033710201
www.eeworm.com/read/205517/15314409

java myquery.java

//:MyQuery.java /** *The programme used to realized query function module for the "Plane Query and Ticket_Book System" *@author HaiXian Wu in Software College Grade 2003 Class 2 ID:1033710201