代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/427063/1978868
java customersuggestionframe.java
/*
* CustomerSuggestion.java
*
* Created on 2007年2月7日, 上午1:19
*/
package frames;
/**
*
* @author chenym
*/
public class CustomerSuggestionFrame extends javax.swing.JInternalFrame
www.eeworm.com/read/427063/1978876
java customercardframe.java
/*
* CustomerCard.java
*
* Created on 2007年2月7日, 上午12:16
*/
package frames;
/**
*
* @author chenym
*/
public class CustomerCardFrame extends javax.swing.JInternalFrame {
www.eeworm.com/read/427063/1978877
java customerrecordframe.java
/*
* CustomerRecord.java
*
* Created on 2007年2月7日, 上午12:41
*/
package frames;
/**
*
* @author chenym
*/
public class CustomerRecordFrame extends javax.swing.JInternalFrame {
www.eeworm.com/read/427063/1978880
java customeridentityframe.java
/*
* CustomerSource.java
*
* Created on 2007年3月18日, 下午12:47
*/
package frames;
/**
*
* @author chenym
*/
public class CustomerIdentityFrame extends javax.swing.JInternalFrame {
www.eeworm.com/read/427063/1978885
java customeranniversaryframe.java
/*
* CustomerAnniversary.java
*
* Created on 2007年2月7日, 上午1:32
*/
package frames;
/**
*
* @author chenym
*/
public class CustomerAnniversaryFrame extends javax.swing.JInternalFra
www.eeworm.com/read/427063/1978914
java checkbillframe.java
/*
* CheckBillFrame.java
*
* Created on 2007年6月17日, 下午3:22
*/
package frames;
/**
*
* @author Administrator
*/
public class CheckBillFrame extends javax.swing.JInternalFrame {
www.eeworm.com/read/424618/2015435
js all.js
var all_js_version = "1.30";
window.isIE = function() {
if (document.frames) {
return true;
}
else {
return false;
}
}
document.getFrame = function(id) {
var frame;
if (
www.eeworm.com/read/422018/2046384
java animation.java
package com.brackeen.javagamebook.graphics;
import java.awt.Image;
import java.util.ArrayList;
/**
The Animation class manages a series of images (frames) and
the amount of time to di
www.eeworm.com/read/398684/2371351
c net.c
/* Network interface functions
Debug option: reverse the order in which IP fragments are sent */
#define SUBFIRST 0 /* Set non-zero to transmit subframes first */
/* Debug options to drop frames
www.eeworm.com/read/397348/2403382
c flt-debug.c
/*
* This plugin provides some filter controls (for GUI code debugging).
* It does nothing else, video frames just passed through as-is.
*
* You can have a look at the invert filter for sample cod