Assalamualaikum Wr.Wb saya akan membahas cara membuat report sederhana pada java menggunakan Netbeans, JDBS MYSQL DRIVER dan ireport.Tools yang dibutuhkan adalah : - MYSQL(Bisa dengan mengaktifkan XAMPP) - NETBEANS 8.0.2 - MYSQL JDBS DRIVER - iREPORT 5.5.0 Petama-tama buatlah report wizard pada project kalian seperti gambar berikut: Kedua add library yang dibutuhkan seperti gambar berikut: Ketiga buatlah form seperti gambar berikut: Keempat copy coding berikut: /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package View; /** * * @author Rio */ import java.io.File; import java.util.HashMap; import java.util.Map; import Ary.koneksi.Koneksi; import net.sf.jasperreport...