Rabu, 12 Desember 2018

EAS PWEB C - PPDB

Nama: Ayu Mutiara Sari NRP: 05111740000149 Kelas: PWEB C Link (masih dalam proses) :still on process 1. Database: 2. Interface 3. Source Code: - awal.php <!DOCTYPE html> <html> <head> </head> <style type="text/css"> ul{ display:table; margin:0 auto; } body { background-color: LightPink; } </style> <body>...

Senin, 10 Desember 2018

EAS PBO A- Image Editor

Nama: Ayu Mutiara Sari NRP: 05111740000149 Kelas: PBOA 1. Interfaces: 2. Terdapat 11 class: Image Panel                  : komponen swing yang dapat menampilkan OFImage Image Viewer               : main class dari program imageviewer, mengatur keseluruhan class OFImage                     ...

Minggu, 09 Desember 2018

PBO A- Image Viewer

Nama: Ayu Mutiara Sari NRP: 05111740000149 Kelas: PBO A 1. OFImage import java.awt.*; import java.awt.image.*; import javax.swing.*; public class OFImage extends BufferedImage { /** * Create an OFImage copied from a BufferedImage. * @param image The image to copy. */ public OFImage(BufferedImage image) { super(image.getColorModel(), image.copyData(null), image.isAlphaPremultiplied(),...

PWEB C- Framework

Nama: Ayu Mutiara Sari NRP: 05111740000149 Kelas: PWEB C Sumber: PetaniKode /config/database.php <?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | DATABASE CONNECTIVITY SETTINGS | ------------------------------------------------------------------- | This file will contain the settings needed to access your database....