Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

Java applet.. çalışmıyo ya :(


LethE

Öne çıkan mesajlar

arkadaşlar bilen anlayan bkaıp bana hataları söyleyebilirmi?[spo=bu]
import java.applet.Applet;
import java.awt.*;
public class soru1 extends Applet
{
public void paint (Graphics surat)
{
int x = 50, y = 50,kafa = 48,terzi,s,a ;
setBackground (Color.Yellow);
surat.setColor (Color.LightGrey);
surat.fill.Oval(x,y,kafa,kafa);//kafa

x=60 ; y=60 ; kafa=12 ;
surat.setColor (Color.Black);
surat.fill.Oval(x,y,kafa,kafa);//sol göz

x=78;
surat.fill.Oval(x,y,kafa,kafa);//sag göz

surat.setColor (Color.RED);
x=61;y=61;kafa=10;
surat.fill.Oval(x,y,kafa,kafa);//sol göz rengi

x=79;y=61;kafa=10;
surat.fill.Oval(x,y,kafa,kafa);//sag göz rengi

kafa=3;x=83;y=65;
surat.setColor (Color.Black);//sag göz beee
surat.fill.Oval(x,y,kafa,kafa);

x=65;
surat.fill.Oval(x,y,kafa,kafa);//sol göz beee

y=78;x=62;s=210;a=120;//agız
terzi=18;kafa=16;
surat.drawArc(x,y,kafa,terzi,s,a);

x=68;y=90;kafa=69;terzi=82;
surat.drawLine(x,y,kafa,terzi);//SOL DIS
x=63;y=87;kafa=69;terzi=82;
surat.drawLine(kafa,terzi,x,y);

x=82;y=82;kafa=87;terzi=87;
surat.drawLine(x,y,kafa,terzi);//SAG DIS
x=83;y=69;kafa=82;terzi=82;
surat.drawLine(kafa,terzi,x,y);

x=65;y=88;kafa=100;
surat.drawLine(x,y,x,kafa); //SOL DIS KANLARI
x=64;y=91;kafa=101;
surat.drawLine(x,y,x,kafa);

x=86;y=88;kafa=100;
surat.drawLine(x,y,x,kafa); //SAG DIS KANLARI
x=87;y=91;kafa=101;
surat.drawLine(x,y,x,kafa);
//BITTI!

}
}[/spo][signature][hline]KOC da destek olmak için tıkla.
Dark Throne
http://www.londinivm.com]
Link to comment
Sosyal ağlarda paylaş

hatta bu da daha once düşük not aldıım bişi..
[spo=bu]/*Design a class that includes definitions for Circle objects.
The class should have the necessary instance variables(Radius,x position,y position...) and
methods(Constructor,area,circumference,print info...).Test your class by creating some circle objects.*/
public class Ass3b{
public static void main(String[] args){
class daire{
int a,b,c;
public int radius;
public int xpos;
public int ypos;}
daire(){
void radius=1
void xpos=0;
void ypos=0;};
daire daire1=new daire(int rad;int y;int x);
void setradius(int rad){radius=rad;}
void setxp(int x){xpos=x;}
void setyp(int y){ypos=y;}
void alan(int alan){alan=Math.PI*daire1.radius*daire1.radius}
void cevre(int cevre){cevre=2*Math.PI*daire1.radius}
Scanner scan = new Scanner (System.in);
System.out.println("Enter the X,Y position and radius of circle");
a = scan.nextInt();
b = scan.nextInt();
c = scan.nextInt();
setradius(c);
setxp(a);
setyp(b);
alan();
cevre();
System.out.println("Area is "+alan". Cevre is "+cevre".");
}}[/spo]
bunu d anlatırsanız mtlu olurum :)[signature][hline]KOC da destek olmak için tıkla.
Dark Throne
http://www.londinivm.com]
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...