代码搜索:Customer
找到约 9,203 项符合「Customer」的源代码
代码结果 9,203
www.eeworm.com/read/491283/6438304
customer
www.eeworm.com/read/487373/1237141
as customer.as
package
{
[Bindable]
public class Customer
{
public var firstName:String;
public var lastName:String;
public var usCitizen:Boolean;
public var address:String;
public var city:Str
www.eeworm.com/read/192336/8385674
class customer.class
www.eeworm.com/read/192336/8385679
java customer.java
package ope.account;
/**
* The class Customer represents customers in a
* simple (unrealistic) banking system. Each customer has
* a fixed customer ID number and a name.
*/
www.eeworm.com/read/391476/8401039
java customer.java
import javax.swing.*;
import javax.swing.table.*;
import javax.swing.event.*;
import java.awt.*;
import java.awt.event.*;
public class Customer extends JFrame
{
//Variables of labels
www.eeworm.com/read/391476/8401047
java customer.java
import javax.swing.*;
//
//
public class Customer extends JApplet
{
//Variable for the panel
JPanel panelObject;
www.eeworm.com/read/291343/8423393