1 / 11

Pertemuan 12 MEMBUAT USER INTERFACE DENGAN SWING

Pertemuan 12 MEMBUAT USER INTERFACE DENGAN SWING. Matakuliah : M0074 / PROGRAMMING II Tahun : 2005 Versi : 1 / 0. Learning Outcomes. Pada akhir pertemuan ini, diharapkan mahasiswa akan mampu : Mahasiswa dapat Menghasilkan user interface dengan SWING (C3). Outline Materi.

aimon
Download Presentation

Pertemuan 12 MEMBUAT USER INTERFACE DENGAN SWING

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. Pertemuan 12 MEMBUAT USER INTERFACE DENGAN SWING Matakuliah : M0074/PROGRAMMING II Tahun : 2005 Versi : 1/0

  2. Learning Outcomes Pada akhir pertemuan ini, diharapkan mahasiswa akan mampu : • Mahasiswa dapat Menghasilkan user interface dengan SWING (C3)

  3. Outline Materi • Pengenalan Swing • Komponen Dasar Swing

  4. PENGENALAN SWING • Merupakan bagian dari JFC (Java Foundation Classes) • Feature-feature JFC

  5. PENGENALAN SWING • Feature-feature yang didukung oleh JFC: • Komponen Swing. • Pluggable Look and Feel • Accessibility API. • Java 2D API. • drag and drop

  6. KOMPONEN DASAR SWING • Top-Level Container • Intermediate Container • Atomic Component • Layout Manager • Event Handling

  7. KOMPONEN DASAR SWING • Top-Level Container • Frame • Dialog • Applet yang diimplementasikan berupa class JFrame,JDialog dan JApplet.

  8. KOMPONEN DASAR SWING • Intermediate Container • JScrollPane • JTabbedPane

  9. KOMPONEN DASAR SWING • Atomic Component • JButton • JLabel • JTextField • JTextArea

  10. KOMPONEN DASAR SWING • Layout Manager • BorderLayout • BoxLayout • FlowLayout • GridBagLayout • GridLayout

  11. RINGKASAN • Komponen dasar swing terdiri atas 5 bagian yaitu : • Top-Level Container • Intermediate Container • Atomic Component • Layout Manager • Event Handling

More Related