1 / 62

Pemrograman Visual Java

Pemrograman Visual Java. Library GUI Java. AWT(Abstrack Windows ToolKit) Kelebihan : Tidak tergantung pada flatform ( flatform -independent ) Digunakan untuk menyederhanakan implementasi user-interface Kekurangan : Hanya mampu untuk menangani interface grafis yang sederhana

arvid
Download Presentation

Pemrograman Visual Java

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pemrograman Visual Java

  2. Library GUI Java • AWT(Abstrack Windows ToolKit) • Kelebihan : • Tidaktergantungpadaflatform(flatform-independent) • Digunakanuntukmenyederhanakanimplementasiuser-interface • Kekurangan: • Hanyamampuuntukmenangani interface grafis yang sederhana • Rawandari bug yang dimiliki platform karena AWT tidakmenggambarlangsung

  3. Swing Pengembangandari AWT denganmenambahkankomponen-komponendalamsistem GUI, tetapimshdidasarkanpadaarsitekturAWT Komponen Swing Diawali dengan J. Swing dan AWT dapat digunakan bersamaan.

  4. KOMPONEN VISUAL

  5. KOMPONEN - KOMPONEN VISUAL 1. JFrame 7. JTextArea 2. JLabel 8. JCheckBox 3. JTextField 9.JTable 4. JButton 10.JScrollPane 5. JRadioButton 11.JMenu 6. JComboBox 12.JInternalFrame

  6. 1. JFRAME

  7. Contoh Program JFrame

  8. 2. JLABEL

  9. Contoh Program JLabel

  10. 3. JTEXTFIELD

  11. Contoh Program JTextField

  12. 4. JBUTTON

  13. Contoh Program JButton

  14. 5.JRadioButton

  15. Contoh Program JRadioButton

  16. Contoh Program JRadioButton …(next)

  17. Contoh Program JRadioButton …(next)

  18. 6. JComboBox

  19. Contoh Program JComboBox

  20. Contoh Program JComboBox…(next)

  21. Contoh Program JComboBox (next)

  22. Contoh Program JComboBox (next)

  23. Latihan

  24. 7. JTextArea

  25. Contoh Program JTextArea

  26. Contoh Program JTextArea..(next)

  27. 8.JCheckBox

  28. Contoh Program JCheckBox

  29. Contoh Program JCheckBox..(next)

  30. 9. JTabel

  31. Contoh Program JTabel

  32. Contoh Program Jtabel (Next..)

More Related