Java Source Code

Java Source Code

Free Java Source Code Example and System's Project. Download from the list of free java source code below. You can modify the source code and use it in your personal project.

Whois Gui Application

Submitted by sunny047 on
import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.net.*; import java.io.*; public class Whois extends JFrame { JTextField t1; TextArea t2; JButton b1; FlowLayout f; JProgressBar pb; Timer timer; final static int interval = 1000; int cc=0; Whois(String s) { super(s); t1= new JTextField(30);

Text Security

Submitted by Naveen Kumar on
The Software security system is totally enhanced with the Features that enable us to feel the real time environment. Today’s world is mostly employing the latest networking techniques instead of using stand alone pc’s .Due to globalization the information is shared through sending memos, E-mails and Fax .It is not secure and reliable . There is threat of security by the eavesdroppers, hackers and

Guessing Game

Submitted by gingerxp on
How to Play: The game generates a random number from 1 - 1000. It will give you a hint through a percentage on how close you are the number. If you guessed the number, components will be disabled. What's your take? You may leave comments below or email me to xpginger at gmail dot com