代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/469304/1481633
java rectangle.java
public class Rectangle {
public int width = 0;
public int height = 0;
public Point origin;
// four constructors
public Rectangle() {
origin = new Point(0, 0);
}
public Re
www.eeworm.com/read/469304/1481644
java rectangle.java
public class Rectangle {
public int width = 0;
public int height = 0;
public Point origin;
// four constructors
public Rectangle() {
origin = new Point(0, 0);
}
www.eeworm.com/read/469304/1481668
java rectangle.java
public class Rectangle {
/** The width of this rectangle. */
public int width;
/** The height of this rectangle. */
public int height;
/** The origin (lower-left corner) of this
www.eeworm.com/read/468574/1485947
ctxt rectangle.ctxt
#BlueJ class context
comment0.target=class\ Rectangle
comment0.text=Rectangle\ Supplier\ Class\ \nAuthor\:\ David\ D.\ Riley\nDate\:\ April,\ 2004\n\n
comment1.params=x\ y\ w\ h
comment1.target=Rectan
www.eeworm.com/read/468574/1485952
java rectangle.java
import javax.swing.*;
import java.awt.*;
/** Rectangle Supplier Class
* Author: David D. Riley
* Date: April, 2004
*/
public class Rectangle extends JComponent {
/** post: getX() == x an
www.eeworm.com/read/468574/1486006
java rectangle.java
import javax.swing.*;
import java.awt.*;
/** Rectangle Supplier Class
* Author: David D. Riley
* Date: April, 2004
*/
public class Rectangle extends JComponent {
/** post: getX() == x an
www.eeworm.com/read/468574/1486007
ctxt rectangle.ctxt
#BlueJ class context
comment0.target=class\ Rectangle
comment0.text=Rectangle\ Supplier\ Class\ \nAuthor\:\ David\ D.\ Riley\nDate\:\ April,\ 2004\n\n
comment1.params=x\ y\ w\ h
comment1.target=Rectan
www.eeworm.com/read/468574/1486014
java rectangle.java
import javax.swing.*;
import java.awt.*;
/** Rectangle Supplier Class
* Author: David D. Riley
* Date: April, 2004
*/
public class Rectangle extends JComponent {
/** post: getX() == x an
www.eeworm.com/read/468574/1486052
ctxt rectangle.ctxt
#BlueJ class context
comment0.target=class\ Rectangle
comment0.text=Rectangle\ Supplier\ Class\ \nAuthor\:\ David\ D.\ Riley\nDate\:\ April,\ 2004\n\n
comment1.params=x\ y\ w\ h
comment1.target=Rectan
www.eeworm.com/read/468574/1486059
java rectangle.java
import javax.swing.*;
import java.awt.*;
/** Rectangle Supplier Class
* Author: David D. Riley
* Date: April, 2004
*/
public class Rectangle extends JComponent {
/** post: getX() == x an