package com.java.Test; import java.awt.Color; import java.awt.FlowLayout; import javax.swing.JFrame; import javax.swing.JLabel; public class MyForm extends javax.swing.JFrame { JFrame fr = new JFrame ("Image loading program Using awt"); public static void main(String[] args) { MyForm frame = new MyForm(); frame.setVisible(true); } public MyForm() { fr.setSize(500,500); fr.setLocation(200,200); fr.setBackground(Color.lightGray); fr.setLayout(new FlowLayout()); } }
FileDialog fd = new FileDialog(fr,"Open", FileDialog.LOAD);
package com.java.myapp; import javax.swing.JFrame; public class MyForm { public static void main(String[] args) { JFrame frame = new JFrame("A JFrame"); frame.setSize(250, 250); frame.setLocation(300,200); frame.setVisible(true); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง