代码搜索结果
找到约 110,635 项符合
Driver 的代码
driver.ctxt
#BlueJ class context
comment0.target=class\ Driver
comment0.text=Author\:\ David\ D.\ Riley\nDate\:\ Jan,\ 2005\nThree\ Squares\ Program\ (Figure\ 4.10)\n\n
comment1.params=r\ c
comment1.target=void\
driver.java
import javax.swing.*;
import java.awt.*;
/** Program to animate a message moving side to side in a window (Figure 8.38)
* Author: David Riley
* Date: January, 2005
*/
public class Driver {
p
driver.java
import java.awt.Color;
import javax.swing.JFrame;
/** Triangle Driver (Figure 8.18)
* Author: David Riley
* Date: May, 2004
*/
public class Driver {
public Driver() {
JFrame th
driver.java
/** Author: David D. Riley
* Date: Jan, 2005
* Nested Circles Driver (Nested Circles in Figure 6.13)
*/
import java.awt.*;
import javax.swing.*;
public class Driver extends ThreeButtons {
priv
driver.ctxt
#BlueJ class context
comment0.target=class\ Driver
comment1.target=theWin
comment2.params=
comment2.target=Driver()
comment2.text=post\:\ \ \ A\ window\ is\ displayed\ that\ contains\ a\ NestedCircles
driver.java
/** Author: David D. Riley
* Date: May 9, 2005
* Driver for drawing an underlined X (Figure 2.23)
*/
public class Driver {
private DrawingGizmo xUpperLeftPen, xUpperRightPen;
private Drawing
driver.ctxt
#BlueJ class context
comment0.target=class\ Driver
comment0.text=Author\:\ David\ D.\ Riley\nDate\:\ May\ 9,\ 2005\nDriver\ for\ drawing\ an\ underlined\ X\ (Figure\ 2.17)\n\n
comment1.target=xUpperLe
driver.java
/** Driver for the search list (Figure 11.14) program
* Author: David Riley
* Date: January, 2005
*/
public class Driver {
private SimpleList egList;
private SearchList g
driver.java
import javax.swing.*;
import java.awt.event.*;
import java.awt.Color;
/** Random Line Program (Figure 11.4)
* Author: David D. Riley
* Date: January, 2005
*/
public class Driver implements Acti
driver.java
import java.awt.Color;
import javax.swing.JFrame;
/** Author: David D. Riley
* Date: Jan, 2005
* Random Oval (Figure 6.1)
*/
public class Driver {
private JFrame window;
private Oval redO