Author: aspnet100@yahoo.com LoginControl Revision History:V.1.2.2.1 - 09-28-2003 *New: 1.Login (and Password) label can be in a separate row from the input text box. 2.Login Confirmation is available by option. 3.Add ValidatorStyle fo r LoginID and
This is a research prototype. Do not re-distribute. It has many bugs and problems, but we do not provide any support. This program requires Java and runs on Windows platform. This might not run on Windows Vista. Sorry, there is no manual at this mom
用JAVA做个简单的聊天室import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.*; public class Guess extends JApplet implements ActionListener { boolean isGuess = true; Font headlineFont = new Font("Helvetica", Font.BOLD, 20); JT ex
一个用C++编的sorry game。主要涉及structure。和飞行棋类似。60格四个颜色的玩家,每个玩家可以有4个子,先read board and deck, then take a card (start,forward,backward,swap,sorry)to play the game...