How to create an circle using Applet :

type the given program or copy paste to note pad

Circle.java
import java.applet.*;
import java.awt.*;
/*
*/
public class circle extends Applet
{
public void init()
{
setBackground(Color.yellow);
setForeground(Color. red);
Font f;
f=new Font("Courier",Font.PLAIN+Font.BOLD,20);
setFont(f);
}
public void paint(Graphics g)
{
int x=350,y=25,w=80,h=80;
g.drawString("Circle",450,400);
g.drawOval(x,y,w,h);
g.drawOval(450,28,120,120);
g.drawOval(600,18,150,150);
showStatus("Draw a CIRCLE using Polymorphism and lnheritance:");
}
}
Output:
D:\ur folder\javac circle


D:\ur folder\appletviewer circle.java

thank for see my blogspot......

Applications of the Internet

How the Internet Works with details

  • WWW(World Wide Web)
  • Email(electronic mail)
  • Instant Messaging
lets,starts with

Underlying Principles of the Internet - Packet Switching
                                 

  • The Internet Was First Conceived in 1969 as ARPANET (Advanced Research Projects Agency Network) Which was used to connect computers in geographically dispers research centers.
  • ARPANET was the first major implementation of a packet switched network.
  • In packet switching data is assembled into packets which are then Indepentaly routed (using routers,wi-fi),to their desitination through various links over the networks.
  • this lead to distribution of resources,an increase in resource utilization,and incresed fault tolerence sinse a packet may take aternative routes to reach its designation.
  • the destination node is receives these packets and re-assemble them to construct the original message
  • This breakthrough was that made internet a reality.
I post somethings later thanking you.......

thank for see my blogspot......

Change System font in windows



Change font using registry

download the file to change windows system font click to dowwnload system font !some other font click here >>>brush font,solid font
OPEN NOTE PAD .COPY AND PASTE THEIR CODE IN NOTE PAD

CODE:(COPY AND PASTE THEIR CODE)
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"="Comic Sans MS"


THEN SAVE AS ".reg" FILE THAT IS IMPORTANT..
DID YOU LIKE TO CHANGE OTHER FONTS..REMOVE THEIR GIVEN CODES FONT   NAME "Comic Sans MS"
AND YOU WOULD INSTALL OTHER FONTS IN YOUR PC.
VIEW FONTS IN YOUR PC JUST FOLLOW THEIR STEPS
STEP 1:
THEN YOU CAN PRESS WINDOWS KEY+X TO OPEN THEN CLICK CONTROL PANEL.
STEP 2:


NOW YOU CAN OPEN FONTS.... AND THEN YOU CAN SEE HOW THE FONTS INSTALLED IN YOUR COMPUTER...

SUBCRIBE AND FOLLOW MY BLOG

THANKING YOU ............

wep network cracking

Automating Wireless Network Cracking : In this recipe we will use Gerix to automate a wireless network attack. Gerix is an automated GUI...