ҧ Hello World
:: ǡѺǹʴŢͧ :: Java Applet
หน้า 1 จาก 1
ҧ Hello World
package simple;
import java.applet.Applet;
import java.awt.Graphics;
public class hello extends Applet {
public void paint(Graphics g) {
g.drawString("Hello World", 50, 50);
}
}
Re: ҧ Hello World
ҧա¡ʹ蹷ӧҹ᷹ Paint
package simple;
import java.applet.Applet;
import java.awt.Graphics;
public class hello extends Applet {
public void paint(Graphics g) {
// g.drawString("Hello World", 50, 50);
// g.drawString("Hello World", 150, 50);
this.testMethod(g, "ǺҹҺҹ");
}
public void testMethod(Graphics g,String names) {
g.drawString("ʴ "+names, 50, 50);
g.drawString("Hello World", 50, 90);
}
}
Re: ҧ Hello World
ҧա¡蹷ӧҹ᷹ Paint
ShowData
package simple;
import java.applet.Applet;
import java.awt.Graphics;
public class hello extends Applet {
public void paint(Graphics g) {
// g.drawString("Hello World", 50, 50);
// g.drawString("Hello World", 150, 50);
ShowData show = new ShowData();
show.testMethod(g, "ǺҹҺҹ");
}
}
ShowData
class ShowData{
public void testMethod(Graphics g,String names) {
g.drawString("ʴ "+names, 50, 50);
g.drawString("Hello World", 50, 90);
}
}
Similar topics
» ??????ҧ Start ??? Run ??ҧ?ѹ?ѧ???
» ??????ҧ????? Enum
» ??????ҧ??????ҧ GUI ???? Swing
» ??????ҧ????? Generic (???????? array ??Ѻ)
» ??????ҧ????? Enum
» ??????ҧ??????ҧ GUI ???? Swing
» ??????ҧ????? Generic (???????? array ??Ѻ)
:: ǡѺǹʴŢͧ :: Java Applet
หน้า 1 จาก 1
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ