No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Hello, I'm a second year college and studying a course of Bachelor of Science in Internet Technology.
Hope you guys help me a lot. I really want to learn a lot about IT.
Thanks :D
2 Posted Topics
When mario collide to the wall .. I want to go back to the flappyMario class and dispose the Game Class .. but dispose won't work .. I really appreciate if someone help me about this problem. Here is my Code import java.awt.Component; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Toolkit; import … | |
Can anyone help me for this problem ?.. I have a Log-in form and i want to validate the username and password to log-in but the account is default. This is my Code <html> <head> <title></title> <script> function LogIn(){ user = document.getElementById("User").value; pass = document.getElementById("Pass").value; use = "1"; if(user == … |
The End.