代码搜索结果

找到约 110,635 项符合 Driver 的代码

driver.java

/** Test driver to create three JFrameWithID objects (Figure 15.3) * Author: David Riley * Date: January, 2005 */ public class Driver { private JFrameWithID leftFrame, rightFrame; public

driver.ctxt

#BlueJ class context comment0.target=class\ Driver comment0.text=Test\ driver\ to\ create\ three\ JFrameWithID\ objects\ \ (Figure\ 15.3)\nAuthor\:\ David\ Riley\nDate\:\ January,\ 2005\n\n comment1.t

driver.java

/** COLLEGE toggle Program (Figure 7.13) * Author: David Riley */ import java.awt.*; public class Driver extends ThreeButtons { private ThreeButtonFrame window; private Label sweatshirtMsg; priv

driver.java

import javax.swing.JFrame; import java.awt.event.*; /** Mouse Motion Program Driver (Figure D.17) * Author: David D. Riley * Date: January, 2005 */ public class Driver implements MouseMotionList

driver.java

import java.awt.Color; import javax.swing.JFrame; /** Author: David D. Riley * Date: Jan, 2005 * First prototype for the carterpillar program (Figure 3.23) */ public class Driver { private

driver.ctxt

#BlueJ class context comment0.target=class\ Driver comment0.text=Author\:\ David\ D.\ Riley\nDate\:\ Jan,\ 2005\nFirst\ prototype\ for\ the\ carterpillar\ program\ (Figure\ 3.17)\n\n comment1.params=

driver.java

import javax.swing.JFrame; import java.awt.Color; /** PolkaDot Program * Author: David Riley * Date: January, 2005 */ public class Driver { private JFrame window; public Driver() { int

driver.java

/** This program is an example of the assert statement (see Figure 7.31) * Author: David Riley */ public class Driver { public Driver() { int side1=0; int side2=0; int

driver.java

import javax.swing.JFrame; import java.awt.Color; /** PolkaDot Program (Figure 10.14) * Author: David Riley * Date: January, 2005 */ public class Driver { private JFrame window; public Driv

driver.ctxt

#BlueJ class context comment0.target=class\ Driver comment0.text=Author\:\ David\ D.\ Riley\nDate\:\ Jan,\ 2005\nExample\ of\ clipping\ and\ overlapping\nRectangles\ and\ Ovals\ (Figure\ 3.15)\n\n com