|
เยี่ยมชม ครั้ง
21,287 สมาชิก
678 VDO
3,278
บลอก
286
บทความ
222
E-Book
495
บทความ IT
44
ตัวอย่างโค้ด
626
กระทู้
|
|
|
สร้าง CrystalButton ปุ่มสวยๆ เหมือน flash Button ด้วยจาวา (อ่าน 767, คอมเมน 10)
ตามโค้ดนี้เลย //CrystalButton.java
public class CrystalButton extends JLabel implements MouseListener { private Color foreColor = Color.WHITE; public CrystalButton(int x, int y, int width, int height) { public CrystalButton(JFrame parent, int x, int y, int width, int height) { public CrystalButton(Rectangle rec) { public CrystalButton() { private Rectangle getRec(int x, int y, int w, int h) { private void initComponent() { public void setColor(Color forecolor, Color lightcolor) { public void mouseClicked(MouseEvent e) { public void mousePressed(MouseEvent e) { public void mouseReleased(MouseEvent e) { public void mouseEntered(MouseEvent e) { if (R > 255) { public void mouseExited(MouseEvent e) { public void setTextPosition(int x, int y) { public void setText(String text) { public void setText(String text, Color c) { public void setText(String text, Color c, int x, int y) { public void setText(String text, int x, int y) { public void setText(String txt, Font f, int x, int y) { public void setFont(Font f) { public void paint(Graphics g) { ------------------------------------------------------------------------------------------------------------- //FrameTexstButton.java
public class FrameTestButton extends javax.swing.JFrame { public FrameTestButton() { setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); java.awt.Dimension screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize(); public static void main(String args[]) { }
เขียนเมื่อ: 2010-02-26 17:58:18
โดย: CCHIAN
ความเห็นจากผู้อ่าน
« previous 1 next » บทความ คอมเมน ล่าสุด
บทความ มาใหม่
Blog ที่มีคน Commnet ล่าสุด (10 รายการ)
|
CD มาใหม่ล่าสุด
|
||||||||||||||||||||||||||||
|
การเขียนโปรแกรม JAVA เบื้องต้น
|
ใช้ Kohana ได้ใน 24 ชั่วโมง
|
CakePHP ใน 8 วัน
|
PHP E-Commerce ใน 20 ชั่วโมง
|
เส้นทางสู่โปรแกรมเมอร์
|
|
บันทึกโปรแกรมเมอร์ เล่ม 1
|
|
Blog เมื่อวาน และวันก่อน ๆ
|
บันทึกประจำวัน ของสมาชิก
|
|
|
|
|
|
|
|
|
|
|
Ubuntu Linux Programming


















