代码搜索:WindowEvent
找到约 2,736 项符合「WindowEvent」的源代码
代码结果 2,736
www.eeworm.com/read/240162/4591130
java windowevent.java
/* WindowEvent.java -- window change event
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/
www.eeworm.com/read/237048/4632415
java windowevent.java
/* class WindowEvent
*
* Copyright (C) 2001 R M Pitman
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lic
www.eeworm.com/read/237048/4633595
java windowevent.java
/* WindowEvent.java -- window change event
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/233448/4689016
java windowevent.java
/* WindowEvent.java -- window change event
Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute
www.eeworm.com/read/232407/4700161
h windowevent.h
#ifndef _VCF_WINDOWEVENT_H__
#define _VCF_WINDOWEVENT_H__
//WindowEvent.h
/*
Copyright 2000-2004 The VCF Project.
Please see License.txt in the top level directory
where you installed the VCF.
*/
#
www.eeworm.com/read/190666/5181102
java windowevent.java
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libjava.
This software is copyrighted work licensed under the terms of the
Libjava License. Please consult the file "LI
www.eeworm.com/read/167133/5467818
java windowevent.java
package java.awt.event;
import java.awt.Window;
/**
*
* Copyright (c) 1998
* Transvirtual Technologies Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and
www.eeworm.com/read/340665/3282628
java windowevent.java
/* WindowEvent.java -- window change event
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/
www.eeworm.com/read/330144/3427709
java windowevent.java
/*******************************************************************************
* Copyright (c) 2003, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying mater
www.eeworm.com/read/305277/3777096
scala windowevent.scala
package scala.swing.event
abstract class WindowEvent(source: Frame) extends UIEvent(source)