Skip to content

Add files via upload#1

Open
Jitendrasharma7375 wants to merge 6 commits into
mainfrom
Moving-Ball
Open

Add files via upload#1
Jitendrasharma7375 wants to merge 6 commits into
mainfrom
Moving-Ball

Conversation

@Jitendrasharma7375

Copy link
Copy Markdown
Owner

No description provided.

Comment thread Ball.java
this.max_x1=w-ballWidth;
this.max_y1=h-ballHeight;
}
@Override

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add space here

Comment thread Ball.java

g.fillOval(x1,y1,ballWidth1,ballHeight1);

if(x>max_x || x<0)

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not readable format

Comment thread BallMain.java
}

public static void main(String[] var0) {
BallMain var1 = new BallMain();

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is var1 ???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant