Results 1 to 3 of 3

Thread: ช่วยหน่อยเดะ

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Location
    United States
    Posts
    9


    ช่วยหน่อยเดะ

    import java.awt.Color;
    import java.awt.Point;

    public class Pixels_test extends Point
    {

    private Color c;

    public Pixels_test ()
    {
    setColor(Color.white);
    }


    public Pixels_test (int x, int y, Color c)
    {
    super(x,y);
    setColor

  2. #2
    Junior Member
    Join Date
    Oct 2002
    Location
    Thailand
    Posts
    0


    Re: ช่วยหน่อยเดะ

    รันไม่ได้เพราะมันต้องทำเป็น GUI ครับ
    ลองเขียน JFrame ขึ้นมาสิแล้วค่อยสร้าง instance ของคลาส

  3. #3
    Junior Member
    Join Date
    Sep 2002
    Location
    United States
    Posts
    9


    Re: ช่วยหน่อยเดะ


    อ้อ ช่ายๆมันก็ฟ้องว่าไม่มี applet
    ขอบจัยมั่กก๊ะ :wob:

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •