代码搜索:WindowEvent
找到约 2,736 项符合「WindowEvent」的源代码
代码结果 2,736
www.eeworm.com/read/248075/12603253
java zhuanhuan.java
import java.io.*;
import java.awt.*;
import java.awt.event.*;
public class Zhuanhuan extends Frame implements ActionListener,WindowListener
{
private TextField text_shi,text_er,text_ba,text_shil
www.eeworm.com/read/358200/10193861
bak frameoperate.java.bak
import java.awt.*;
import java.awt.event.*;
public class Frameoperate
{
class MyEvent1 implements MouseMotionListener
{
public void mouseDragged(MouseEvent e)
{
String s = "Mou
www.eeworm.com/read/296551/8096196
java jframe1.java
package jframe1;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class jframe1 extends JFrame {
public jframe1() { //Jframe1的构造方法
setSize(200,200); //设置大
www.eeworm.com/read/325547/13197186
txt 覆盖jframe关闭按钮方法,出现关闭提示.txt
首先将JFrame的defaultCloseOperation的设置为DO_NOTHING.
然后在JFrame里添加下列代码:
//引入import java.awt.event.WindowAdapter;
//引入import java.awt.event.WindowEvent;
addWindowListener(new WindowAdapter()
www.eeworm.com/read/136571/5869227
c sdl_ph_wm.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/133108/5907962
c sdl_ph_wm.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/111374/6155121
c sdl_ph_wm.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/110972/6161763
c sdl_ph_wm.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/401625/11553355
java windoweventtest3.java
import java.awt.*;
import java.awt.event.*;
public class WindowEventTest3
{
public static void main(String argv[])
{
Frame f = new Frame("WindowEventTest3");
f.addWindowListener(new WindowEvent
www.eeworm.com/read/272783/10944747
java message_box.java
/****************************************************************
* 软件:Java签名协议扩展 (Java Signature Protocol Extension, JSPE)
* 版本:V1.0
* 软件功能:实现SSL签名协议
* 模块:公共类Message_Box
*-----------------------