Forum: Java
Mar 11th, 2008, 12:40 PM
|
|
Replies: 5
Views: 341
Re: Need help in JAVA
import java.awt.Button;
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.GridBagConstraints;
import...
|
Forum: Java
Mar 7th, 2008, 12:14 PM
|
|
Replies: 5
Views: 341
Need help in JAVA
The aim of this application is the same with other ‘tetris’ game. However, in this game should allow user to control the size of the ‘tetris’ table and the speed of the game. The application should...
|