代码搜索结果
找到约 10,000 项符合
Driver 的代码
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
import javax.swing.JFrame;
import java.awt.TextArea;
/** Fibonacci sequence program Program (Figure 10.6)
* Author: David Riley
* Date: January, 2005
*/
import javax.swing.JFrame;
import java.a
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
driver.java
import java.awt.Color;
import javax.swing.JFrame;
/** CheckerBoard Program (Figure 12.27)
* Author: David Riley
* Date: January, 2005
*/
public class Driver {
private Rectangle[][] checkerboa
driver.java
import java.awt.Color;
import javax.swing.JFrame;
/** Author: David D. Riley
* Date: Jan, 2005
* Initial example using Rectangle and Oval (Figure 3.16)
*/
public class Driver {
private JFr
driver.ctxt
#BlueJ class context
comment0.target=class\ Driver
comment0.text=Author\:\ David\ D.\ Riley\nDate\:\ Jan,\ 2005\nInitial\ example\ using\ Rectangle\ and\ Oval\ (Figure\ 3.13)\n\n
comment1.params=
comm