GUI adalah singkatan dari Graphical User Interface. GUI merupakan desain aplikasi dengan tampilan visual sehingga pengguna dapat dengan mudah menggunakan aplikasi. The Java Foundation Class (JFC), merupakan bagian penting dari Java SDK, yang termasuk dalam koleksi dari API dimana dapat mempermudah pengembangan aplikasi JAVA GUI. JFC termasuk diantara 5 bagian utama dari API yaitu AWT dan Swing.
Tiga bagian yang lainnya dari API adalah Java2D, Accessibility, dan Drag dan Drop. Semua itu membantu pengembang dalam mendesain dan mengimplementasikan aplikasi visual yang lebih baik.
AWT dan Swing menyediakan komponen GUI yang dapat digunakan dalam membuat aplikasi Java dan applet. Anda akan mempelajari applet pada bab berikutnya. Tidak seperti beberapa komponen AWT yang menggunakan native code, keseluruhan Swing ditulis menggunakan bahasa pemrograman Java.
Swing menyediakan implementasi platform-independent dimana aplikasi yang dikembangkan dengan platform yang berbeda dapat memiliki tampilan yang sama. Begitu juga dengan AWT menjamin tampilan look and feel pada aplikasi yang dijalankan pada dua mesin yang berbeda menjadi terlihat sama. Swing API dibangun dari beberapa API yang mengimplementasikan beberapa jenis bagian dari AWT. Kesimpulannya, komponen AWT dapat digunakan bersama-sama dengan komponen Swing.
Materi
Program ImageViewer V-1
Video Kuliah Gui dalam Java :
Untuk membuat login panel contohnya sbb :
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Login{
String Username = "james3302";
String Password = "pass";
String msg = " ";
public static void main(String[] args){
Login gui = new Login();
gui.go();
}
public void go(){
JFrame frame = new JFrame();
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
JPanel panel = new JPanel();
JLabel lblUsername = new JLabel("Username:");
JLabel lblPassword = new JLabel("Password:");
JTextField txtUsername = new JTextField(20);
JTextField txtPassword = new JTextField(20);
JButton btnLogin = new JButton("Login");
btnLogin.addActionListener(new LoginListener());
JButton btnCancel = new JButton("Cancel");
btnCancel.addActionListener(new CancelListener());
panel.add(lblUsername);
panel.add(txtUsername);
panel.add(lblPassword);
panel.add(txtPassword);
frame.getContentPane().add(BorderLayout.CENTER,panel);
frame.setSize(300,300);
frame.setVisible(true);
}
public class LoginListener implements ActionListener{
public void actionPerformed(ActionEvent event){
if(username.equals(txtUsername.getText())){
if(password.equals(txtPassword.getText())){
msg = "Login Granted!";
}else{
msg = "Login Denied";
}
}else{
msg = "Login Denied";
}
JOptionPane.showMessageDialog(null,msg);
}
}
public class CancelListener implements ActionListener{
public void actionPerformed(ActionEvent event){
txtUsername.setText = " ";
txtPassword.setText = "";
txtUsername.requestFocus();
}
}
}
Latihan
1. Membuat frame windows user login dan password .2. Implementasikan aplikasi image viewer .
Pengumpulan Tugas
Form Monitoring Tugas
Absensi Kelas
Sumber Pendukung Lain
Nama : Naufal Pranasetyo
ReplyDeleteNRP : 5115100057
PBO Kelas D
Link: http://naufalpf.blogspot.co.id/2016/12/pbo-pemrograman-gui.html
Nama : Albertus Tommy Halim Putra
ReplyDeleteNRP : 5115100030
PBO Kelas D
Link: http://blogjavasharing.blogspot.co.id/2016/12/pemrogaman-gui.html
Nama : Rangga Senatama Putra
ReplyDeleteNRP : 5115100076
PBO Kelas D
Link: http://ranggasenatama076.blogspot.co.id/2016/12/pbo-9-pemrograman-gui.html
Nama : Djohan Prabowo
ReplyDeleteNRP : 5115100067
PBO Kelas D
Link: http://djohanprabowo.blogspot.co.id/2016/12/pemrograman-gui.html
Nama : Djohan Prabowo
ReplyDeleteNRP : 5115100067
Kelas : PBO D
Link : https://akuinio.blogspot.co.id/2016/12/pembuatan-gui.html
ReplyDeleteNama : Hanif Nashrullah
NRP : 5115100140
Kelas : PBO D
Link : http://hanif1887.blogspot.co.id/2016/12/membuat-gui-login-panel-sederhana.html
Nama : Yoshima Syach Putri
ReplyDeleteNRP : 5116100022
Kelas : PBO - D
Link : Login System
Nama: Aguel Satria Wijaya
ReplyDeleteNRP: 5116100056
Kelas: PBO D
Link: Link
Nama : Rifqi Mukti W
ReplyDeleteNRP : 5116100076
Kelas : PBO D
Link : Login dengan GUI
Nama : Samuel Marcellinus
ReplyDeleteNRP : 05111740000134
Kelas : PBO A
Link : Link
Nama : Bobbi Aditya
ReplyDeleteNRP : 05111740000099
Kelas : PBO A
Link : ini linknya
Nama : Reza Adipatria Maranatha
ReplyDeleteNRP : 05111740000186
Kelas : PBO A
Link : Image Viewer
This comment has been removed by the author.
ReplyDeleteNama : Bastian Farandy
ReplyDeleteNRP : 05111740000190
Kelas : PBO A
Link : Image Viewer GUI
Nama: Donny Fitrado
ReplyDeleteNRP: 05111740000171
Kelas: PBO A
Link: Link Tugas
Nama : Yudhistiro Adi Nugroho
ReplyDeleteNRP : 05111740000165
Kelas : PBO A
Link : Link
Nama : Timothyus Tanner
ReplyDeleteNRP : 05111740000103
Kelas : PBO A
Link : Tugas Image
Nama : Akmal Darari Rafif B
ReplyDeleteNRP : 05111640000148
Kelas : PBO A
Link : ImageViewer 1.0
This comment has been removed by the author.
ReplyDeleteNama : Sherly Rosa Anggraeni
ReplyDeleteNRP : 05111740000018
Kelas : PBO A
Link : Tugas
Nama : Yuki Yanuar Ratna
ReplyDeleteNRP : 05111740000023
Kelas : PBO A
Link : Image Viewer Versi 1.0
Nama : Ifta Jihan N
ReplyDeleteNRP : 05111740000034
Kelas : PBO A
Link : Tugas
Nama : Bima S. Ramadhan
ReplyDeleteNRP : 05111740000081
Kelas : PBO A
Link : click
Nama : Satria Ade Veda Karuniawan
ReplyDeleteNRP : 05111740000130
Kelas : PBO A
Link : Tugas
Nama : Nitama Nurlingga Yotifa
ReplyDeleteNRP : 05111740000059
Kelas : PBO A
Link : Image Viewer
Nama: Indira Nursyamsina Hazimi
ReplyDeleteNRP: 05111740000082
Kelas: PBO A
Link: ImageViewer 1.0
Nama : Atika Rizki Nurakhmah
ReplyDeleteNRP : 05111740000015
Kelas : PBO - A
Link : GUI Image Viewer 1.0
Nama : Karina Soraya P
ReplyDeleteNRP : 05111740000003
Kelas : PBO - B
Link : Image Viewer
Nama : Chaniyah Zulfa Mukhlishah
ReplyDeleteNRP : 05111740000115
Kelas : PBO-B
LInk : Tugas Image Viewer
Nama: Paramastri Ardiningrum
ReplyDeleteNRP: 05111740000019
Kelas: PBO-B
Link: Tugas Membuat Image Viewer
Nama : Isnaini Nurul KurniaSari
ReplyDeleteNRP : 05111740000010
Kelas: PBO-B
Link : GUI Image Viewer 1.0
Nama : Ghannie Wijaya
ReplyDeleteNRP : 05111640000048
Kelas: PBO-B
Link : Di sini
Nama : Zahrul Zizki Dinanto
ReplyDeleteNRP : 05111740000168
Kelas: PBO-B
Link : Link
This comment has been removed by the author.
ReplyDeleteNama: Mohammad Nafis Naufally
ReplyDeleteNRP: 05111640000038
Kelas: PBO B
Link: Image Viewer V1
Nama: Carlo Win Marshal
ReplyDeleteNRP: 05111740000098
Kelas: PBO B
Link: Image Viewer https://enlightechtc.blogspot.com/2018/11/tugas-pbob-gui.html
Nama: muhammad irfan syaifur
ReplyDeleteNRP: 05111640000156
Kelas: PBO B
Link: image viewer v.1
Nama: Chrisnady Anggaiswara
ReplyDeleteNRP: 05111640000153
Kelas: PBO B
Link: image viewer v1
Nama : Muhammad Fadhlan Min Robby
ReplyDeleteNRP : 05111740000123
Kelas : PBO B
Link : image view
Nama : Hendra Ramadani
ReplyDeleteNRP : 05111740000055
Kelas : PBO B
Link : Image Viewer 1.0
Nama : Krisna Badru Wijaya
ReplyDeleteNRP : 05111740000048
Kelas : PBO B
Link : Image Viewer 1.0
Nama : Ahmad Syauqi
ReplyDeleteNRP : 05111740000093
Kelas : PBO B
Link : Image Viewer 1.0
Nama : Yasinta Yusniawati
ReplyDeleteNRP : 05111740000054
Kelas : PBO B
Link : Image Viewer
Nama : Muhammad Ulil Ahmadi Kamal
ReplyDeleteNRP : 05111740007001
Kelas : PBO B
Link : Image Viewer 1.0
Nama : Vinsensius Yuda Pratama
ReplyDeleteNRP : 05111740000156
Kelas: PBO B
Link :Tugas Image Viewer
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteNama : Putri Endah Puspitasari
ReplyDeleteNRP : 05111740000039
Kelas: PBO - B
Link : Image Viewer
This comment has been removed by the author.
ReplyDeleteNama : Sherly Rosa Anggraeni
ReplyDeleteNRP : 05111740000018
Kelas : PBO-A
Link : Versi 3
Nama : Annas Nuril Iman
ReplyDeleteNRP : 05111740000042
Kelas: PBO - B
Link : Image Viewer
Nama : Karina Soraya P
ReplyDeleteNRP : 05111740000003
Kelas: PBO - B
Link : Image Viewer 2.0
Nama : Timothyus Tanner
ReplyDeleteNRP : 051117400000103
Kelas : PBO-A
Link : Tugas
Nama : Mohammad Rizaldi Huzein Prastomo
ReplyDeleteNRP : 05111740000024
Kelas : PBO B
Link : Link
Nama : Wasilatul Dewi Ningrum
ReplyDeleteNRP : 05111740000004
Kelas : PBO B
Link : image viewer
Nama : M Thalut Nadhil Q
ReplyDeleteNRP : 05111740000143
Kelas : PBO B
Link : ImageViewer
Nama : Haikal Almaz Said
ReplyDeleteNRP : 05111740000068
Kelas : PBO A
Link : Image Viewer 1.0
Nama : Budiman Akbar Radhiansyah
ReplyDeleteNRP : 05111740000179
Kelas : PBO A
Link : Link Image Viewer 1.0
Nama: Arino Jenynof
ReplyDeleteNRP: 05111740000096
Kelas: PBO B
Link: Image Viewer
Nama: Mohammad Nafis Naufally
ReplyDeleteNRP: 05111640000038
Kelas: PBO B
Link: Image Viewer V3
ReplyDeleteNama :Hafidz Firman Asqalany
NRP : 05111740000195
Kelas: PBO A
Link :ImageViewer version 1.0
Nama : Ismail Arifin
ReplyDeleteNRP : 05111740007007
Kelas : PBO B
Link : ImageViewer
ReplyDeleteNama :Hafidz Firman Asqalany
NRP : 05111740000195
Kelas: PBO A
Link :ImageViewer version 2.0
Nama :Chrisnady Anggaiswara
ReplyDeleteNRP : 05111640000153
Kelas: PBO B
Link :Image Viewer v3.0
Nama: I Gede Agung Krisna Pamungkas
ReplyDeleteNRP: 05111740000135
Kelas: PBO A
Link: GUI
This comment has been removed by the author.
ReplyDeleteNama : Hendra Ramadani
ReplyDeleteNRP : 05111740000055
Kelas : PBO-B
Link : Image Viewer 3.0
This comment has been removed by the author.
ReplyDeleteNama : Putri Endah Puspitasari
ReplyDeleteNRP : 05111740000039
Kelas: PBO - B
Link : PR Image Viewer with Filter
Nama : Isnaini Nurul KurniaSari
ReplyDeleteNRP : 05111740000010
Kelas: PBO-B
Link : Tugas Rumah Image Viewer with Filter
Nama : Yuki Yanuar Ratna
ReplyDeleteNRP : 05111740000023
Kelas : PBO A
Link : Image Viewer With Filter
Nama : Shawn Timothy Mulya Putra
ReplyDeleteNRP : 05111740000095
Kelas: PBO-A
Link : Jawaban
This comment has been removed by the author.
ReplyDeleteNama : Yemima Sutanto
ReplyDeleteNRP : 05111740000049
Kelas : PBO A
LINK : Image Viewer GUI 1.0
Nama: I Gede Agung Krisna Pamungkas
ReplyDeleteNRP: 05111740000135
Kelas: PBO A
Link: Image Viewer GUI 3.0
This comment has been removed by the author.
ReplyDeleteNama : Atika Rizki Nurakhmah
ReplyDeleteNRP : 05111740000015
Kelas : PBO - A
link : Image Viewer 2.0
Nama : Yemima Sutanto
ReplyDeleteNRP : 05111740000049
Kelas : PBO A
LINK : Image Viewer GUI 3.0
Nama : Bobbi Aditya
ReplyDeleteNRP : 05111740000099
Kelas : PBO A
Link : ini linknya
Nama : Samuel Marcellinus
ReplyDeleteNRP : 05111740000134
Kelas : PBO A
Link : Link ImageViewer
Nama : M. Fatih
ReplyDeleteNRP : 05111740000069
Kelas : PBO A
Link : Tugas Image VIewer 3.0
Nama : Ifta Jihan N
ReplyDeleteNRP : 05111740000034
Kelas : PBO A
Link : Image Viewer 3.0
Nama : Nitama Nurlingga Yotifa
ReplyDeleteNRP : 05111740000059
Kelas : PBO A
Link : Image Viewer 3.0
Nama : Bastian Farandy
ReplyDeleteNRP : 05111740000190
Kelas : PBO A
Link : ImageViewer 3.0
Nama : Reza Adipatria Maranatha
ReplyDeleteNRP : 05111740000186
Kelas : PBO A
Link : ImageViewer 3.0
Nama : Lutfiyanti
ReplyDeleteNRP : 05111740000036
Kelas : PBO B
Link : ImageViewer
Nama : Arini Puspitasari
ReplyDeleteNRP : 05111740000040
Kelas: PBO B
Link : Image Viewer 3.0
Nama : Yudhistiro Adi Nugroho
ReplyDeleteNRP : 05111740000165
Kelas: PBO A
Link : ImageViewer V3.0
Nama : Annas Nuril Iman
ReplyDeleteNRP : 05111740000042
Kelas: PBO-B
Link : Image Viewer v3.0
Nama : Akmal Darari Rafif B
ReplyDeleteNRP : 05111640000148
Kelas : PBO A
Link : https://darariakmal.blogspot.com/2018/12/tugas-8b-pbo-imageviewer-30.html
Nama : Ahmad Syauqi
ReplyDeleteNRP : 05111740000093
Kelas: PBO-B
Link : Image Viewer v3.0
Nama : Zahrul Zizki D
ReplyDeleteNRP : 05111740000168
Kelas: PBO-B
Link : Image Viewer dengan filter
Nama: Indira Nursyamsina Hazimi
ReplyDeleteNRP: 05111740000082
Kelas: PBO A
Link: ImageViewer3.0
Nama : Mohammad Rizaldi Huzein Prastomo
ReplyDeleteNRP : 05111740000024
Kelas : PBO-B
Link : Link ImageViewer 3.0
Nama : Ismail Arifin
ReplyDeleteNRP : 05111740007007
Kelas : PBO B
Link : Image Viewer 3.0
Nama : Yasinta Yusniawati
ReplyDeleteNRP : 05111740000054
Kelas : PBO-B
Link : Imange Viewer 3.0
Nama : Nandha Himawan
ReplyDeleteKelas : PBO A
NRP : 05111740000180
Link : image viewer v1.0
Nama : Nandha Himawan
ReplyDeleteKelas : PBO A
NRP : 05111740000180
Link : Image viewer v3.0
Nama: Zico Ritonda Bahen
ReplyDeleteNRP: 05111740000064
Kelas: PBO A
Link: Tugas ImageViewer 1.0
Nama: Zico Ritonda Bahen
ReplyDeleteNRP: 05111740000064
Kelas: PBO A
Link: Tugas ImageViewer 3.0
Nama: Bima S. Ramadhan
ReplyDeleteNRP: 05111740000081
Kelas: PBO A
Link: click
Nama: Satria Ade Veda Karuniawan
ReplyDeleteNRP: 05111740000130
Kelas: PBO A
Link: ImageViewer 3.0
Nama: Arino Jenynof
ReplyDeleteNRP: 05111740000096
Kelas: PBO B
Link: Image Viewer 3.0
Nama: Vinsensius Yuda P
ReplyDeleteNRP: 05111740000156
Kelas: PBO B
Link :Image Viewer v3
Nama: Donny Fitrado
ReplyDeleteNRP: 05111740000171
Kelas: PBO A
Link: ImageViewer 3.0
Nama: Haikal Almaz Said
ReplyDeleteNRP: 05111740000068
Kelas: PBO A
Link: Image Viewer 3.0
Nama: Elkana Hans Widersen
ReplyDeleteNRP:05111740000127
Kelas: PBO A
Link: Image Viewer 3.0
Nama : M Thalut Nadhil Q
ReplyDeleteNRP : 05111740000143
Kelas : PBO B
Link : ImageViewer3.0
Nama : Budiman Akbar Radhiansyah
ReplyDeleteNRP : 05111740000179
Kelas : PBO A
Link : Link Image Viewer 3.0
Nama : Puguh Santosa D
ReplyDeleteNRP : 5116100049
Kelas : PBO - A
LINK : Image Viewer
Nama : Ahmad Yahya Abdul Aziz
ReplyDeleteNRP : 05111740000128
Kelas : PBO - A
Link : Image Viewer v1.0
Nama : Muhammad Husni Ridhart Azzikry
ReplyDeleteNRP : 05111740000122
Kelas: PBO - B
Link : Image Viewer
Nama : Fadhlan Aulia
ReplyDeleteNRP : 05111640000125
Kelas : PBO - B
Link : Image viewer
Nama: Ayu Mutiara Sari
ReplyDeleteNRP: 05111740000149
Kelas: PBO A
Link: Link
Nama: Muhammad Naufal Refadi
ReplyDeleteNRP: 05111740000097
Kelas: PBO A
Link: Link
Nama : Edgar Andrew Hutauruk
ReplyDeleteNRP : 05111740000166
Kelas : PBO B
Link : Disini
Nama : Fachry Amir
ReplyDeleteNRP : 05111740000084
Kelas : PBO B
Link : Image Viewer
Nama : I Gusti Agung Chintya Prema Dewi
ReplyDeleteNRP :0511184000130
Kelas : PBO D
Link : Image Viewer
Nama : Alberto Sanjaya
ReplyDeleteNRP : 05111840000150
Kelas : PBO D
Link : Latihan Image Viewer
Nama : Aflakah Nur Farhana
ReplyDeleteNRP : 05111840000120
Kelas : PBO D
Link : link
Nama : Rafif Ridho
ReplyDeleteNRP : 05111840000058
Kelas : PBO D
Link : Image Viewer
Nama : Muhammad Satryo Pamungkas Bimasakti
ReplyDeleteNRP : 05111840000070
Kelas : PBO D
Link : ImageViewer
Nama : Yulia Niza
ReplyDeleteNRP : 05111840000053
Kelas : PBO A
Link : Tugas GUI
This comment has been removed by the author.
ReplyDeleteNamaL Julius
ReplyDeleteNRP: 05111840000082
Kelas PBO A
Link: Login dan ImageViewer
Nama : Putu Putri Natih Devayanti
ReplyDeleteNRP : 05111840000163
Kelas : PBO-A
Link Tugas 1 (Log in Panel) : Tugas Login
Link Tugas 2 (Image Viewer) : Tugas Image Viewer
Nama : Devi Hainun Pasya
ReplyDeleteNRP : 05111840000014
Kelas : PBO A
LINK : Tugas Login dan Image Viewer
Nama : Dicky Maulana Rozi
ReplyDeleteNRP : 05111740000083
Kelas : PBO A
Link : Tugas
Nama : Vania Meilani Taqiyyah
ReplyDeleteNRP : 05111840000045
Kelas : PBO D
Tugas Link :
IV
Nama : Syubban Fakhriya
ReplyDeleteNRP : 05111840000042
Kelas : PBO A
Link :
Link Tugas (Mirip Login)
Link Tugas (ImageViewer)
Nama: Iqbaal Pratama Putra
ReplyDeleteNRP: 05111840000021
Kelas: PBO D
Link: Tugas 6
Nama: Intan Kusuma R
ReplyDeleteKelas: PBO D
NRP: 05111840000020
Link:
Link GUI
Nama: Yaniar Pradityas Effendi
ReplyDeleteKelas: PBO D
NRP: 05111840000047
ImageViewer GUI
Nama : Fara Dinda Mutia Kinanggit
ReplyDeleteKelas : PBO D
NRP : 05111840000112
Link : Tugas 6
Nama : Risky Aswi Narni
ReplyDeleteKelas: PBO A
NRP : 05111740000014
Link : LoginDanImageViewer
Nama : Naulia Adam Kuncoro
ReplyDeleteKelas : PBO A
NRP : 05111740000155
Link : tugasLogIndanImageViewer
Nama : Elvira Catrine Natalie
ReplyDeleteKelas : PBO-A
NRP : 05111840000016
LINK
Tugas 1 : LOGIN
Tugas 2 : IMAGEVIEWER
Nama : M Yusuf Mukharom
ReplyDeleteKelas : PBO-A
NRP : 05111740000051
Tugas Login Panel
Tugas Image Viewer
Nama : Muhammad Fawwaz Zuhdan Nauvali
ReplyDeleteKelas : PBO-A
NRP : 05111740000106
Link Tugas 1 : Login
Link Tugas 2 : Image Viewer
Nama : Adam Abelard Garibaldi
ReplyDeleteKelas : PBO A
NRP : 05111840000125
Link:
Login View
Image Viewer
Nama : I Nyoman Yoga Mahottama
ReplyDeleteKelas : PBO-A
NRP : 05111740000149
Link Tugas 1 : Login Panel
Link Tugas 2 : Image Viewer
Nama : Nikodemus Siahaan
ReplyDeleteKelas :PBO-A
NRP : 05111840000151
LINK: Login Panel dan Image Viewer
Nama: Abdul Rozak Baharudin
ReplyDeleteNRP: 05111840000148
Kelas: PBO D
Link: ImageViewer
Nama: Ignatius Dwiki Iskandar
ReplyDeleteNRP: 05111840000019
Kelas: PBO D
Link: Image Viewer
Marsha Nabilah
ReplyDelete05111840000027
PBO D
Tugas 6
Nama : Abdi Dewa Maha Rupawan
ReplyDeleteNRP : 05111840000003
Kelas : PBO-D
Link : Image Viewer
Aaron Astonvilla
ReplyDelete05111840000131
PBO D
Link
Nama : Ivan Abdillah Rahman
ReplyDeleteKelas : PBO-A
NRP : 05111840000137
Link : Login Panel
Program Image Viewer
Nama : Farrel Muhammad Taqi
ReplyDeleteKelas : PBO A
NRP : 05111840000071
Link : Tugas
Nama : Abdi Dewa Maha Rupawan
ReplyDeleteNRP : 05111840000003
Kelas : PBO-D
Link :Link tugas
Nama : Salsabila Harlen
ReplyDeleteNRP : 05111840000127
Kelas : PBO-A
Link : Link tugas
Nama : Wardah Nabilah Rusyda
ReplyDeleteNRP : 05111840000046
Kelas : PBO D
Link : Tugas 6
Nama : Segara Bhagas Dagsapurwa
ReplyDeleteNRP : 05111840000037
Kelas : PBO D
Link Tugas
Nama : Arjun Aksan
ReplyDeleteNRP : 05111740000133
Kelas : PBO A
Link : Image Viewer
Login Panel
Nama : Muhammad Rayhan Hakim
ReplyDeleteNRP : 05111740000160
Kelas : PBO A
Link : https://gipenhakim.blogspot.com/2019/11/login-dan-image-viewer.html
Nama : iMANUEL BANIFERNANDO SIMATUPANG
ReplyDeleteNRP : 05111740000085
Kelas : PBO D
Link : image viewer
Nama: Bayu Surya Bawono
ReplyDeleteNRP: 05111840000114
Kelas: PBO-A
Link: https://etspbo.blogspot.com/2019/11/imageviewer.html
Nama : Ida Bagus Rai Widnyana
ReplyDeleteNRP : 05111740000087
Kelas: PBO-D
Link :Image Viewer
Nama : Ryan Rasyid A
ReplyDeleteKelas : PBO D
NRP : 05111840000079
Link : Link?
Nama : Achmad Sofyan Pratama
ReplyDeleteKelas : PBO D
NRP : 05111840000061
LINK : Image Viewer
Nama : Ammar Alifian F
ReplyDeleteKelas : PBO A
NRP : 05111840000007
Link : Image Viewer
Nama : Aufi Fillah
ReplyDeleteNRP : 05111940000148
Kelas : PBO-A
Link : ImageViewer
Nama : Junaedi Akbar
ReplyDeleteNrp : 05111940000041
Kelas: PBO A
Link : Tugas Image Viewer
Nama : Zelda Elma Sibuea
ReplyDeleteNRP : 05111940000038
Kelas: PBO A
Link : Tugas 6 PBO Image Viewer
Nama : Dewi Mardani C.
ReplyDeleteNRP : 05111940000225
Kelas : PBO-A
Link : Tugas ImageViewer
Nama : Fitrah Arie Ramadhan
ReplyDeleteNRP : 05111940000025
Kelas : PBO B
Link : Login Sistem dan Image Viewer
Nama : Fitrah Mutiara
ReplyDeleteKelas : PBO B
NRP : 05111940000126
Link Tugas : Login Panel dan Image Viewer
Nama : Raharja Dui Putra Sutedjo
ReplyDeleteKelas : PBO B
NRP : 05111940000222
Link Tugas :
Aplikasi Login Panel
Aplikasi Image Viewer
Nama : Thomas Felix Brilliant
ReplyDeleteNRP : 05111940000062
Kelas : PBO (B)
Link tugas: Tugas 7 Pemrograman Berorientasi Objek - Login Panel & Image Viewer
Nama : Muthia Qurrota Akyun
ReplyDeleteNRP : 05111940000019
Kelas : PBO B
Link : Tugas 7 Login Panel dan Image Viewer
Nama : Daffa Muhamad Azhar
ReplyDeleteNRP : 05111940000037
Kelas : PBO B
Link Tugas 7 : Login Panel dan Image Viewer
Nama: Muhammad Naufaldillah
ReplyDeleteNRP: 05111940000202
Kelas: PBO B
Link Tugas 7: Tugas Login Panel dan Tugas Image Viewer
Nama : Arkan Aulia Farhan
ReplyDeleteNRP : 05111940000128
Kelas : PBO B
Link Tugas 7 : Login Panel & Image Viewer
Nama : Dido Fabian Fayed
ReplyDeleteNRP : 05111940000059
Kelas : PBO B
Link Tugas 7 : GUI Login dan Image Viewer
This comment has been removed by the author.
ReplyDeleteNama : Aji Rindra Fakhrezi Putra Faisal
ReplyDeleteNRP : 05111940000205
Kelas : PBO B
Link Tugas 7 : Login Panel dan Image Viewer
Nama : Albert Filip Silalahi
ReplyDeleteNRP : 05111940000116
Kelas : PBO C
Link : ImageViewer
Nama : Ghifari Astaudi Ukumullah
ReplyDeleteKelas : PBO B
NRP : 05111940000012
Link Login Panel : https://ghifariastaudiu.blogspot.com/2020/12/tugas-pbo-7_7.html
Link Image Viewer : https://ghifariastaudiu.blogspot.com/2020/12/tugas-pbo-7.html
Nama : Mohammad Thoriq Huda
ReplyDeleteKelas : PBO B
NRP : 05111940000207
Link : Login Panel dan Image Viewer
This comment has been removed by the author.
ReplyDeleteNama : Fuad Elhasan Irfani
ReplyDeleteKelas : PBO C
NRP : 05111940000095
Link : Image Viewer
Nama : Ivan Muhammad Nizar
ReplyDeleteNRP : 05111940000052
Kelas : PBO B
Link :
-Log In: https://ivannizar0.blogspot.com/2020/12/tugas-7-pbo-login.html
-Image Viewer: https://ivannizar0.blogspot.com/2020/12/tugas-7-pbo-image-viewer.html
Nama : Muhammad Izzuddin A
ReplyDeleteNRP : 05111740000035
Kelas : PBO B
Link : Login Interface dan Image Viewer
Nama : Muhammad Haikal Aria Sakti
ReplyDeleteKelas : PBO B
NRP : 05111940000088
Link Login Panel : https://sakti0088.blogspot.com/2020/12/tugas-pbo-b-login-panel.html
Link Image Viewer : https://sakti0088.blogspot.com/2020/12/tugas-pbo-b-image-viewer.html
Nama : Dwinanda Bagoes Ansori
ReplyDeleteKelas PBO B
NRP : 05111940000010
Tugas : Login Panel dan Image Viewer
Link :
Link Login Panel
Link Image Viewer
Nama : Kelvin Andersen
ReplyDeleteKelas : PBO B
NRP : 05111940000080
Link:
Login Panel https://kelvinandersen.blogspot.com/2020/12/aplikasi-login-panel.html
Image Viewer https://kelvinandersen.blogspot.com/2020/12/program-image-viewer.html
Nama : Fiodhy Ardito Narawangsa
ReplyDeleteKelas : PBO B
NRP : 05111940000218
Tugas : Login Panel dan Image Viewer
Nama : M.Fajri Davyza Chaniago
ReplyDeleteNRP : 05111940000180
Kelas : PBO B
Tugas : 1. https://mfajridc.blogspot.com/2020/12/tugas-7-pemograman-berorentasi-object.html
2. https://mfajridc.blogspot.com/2020/12/7-pemograman-beroentasi-object-image.html
Nama : David Ralphwaldo Martuaraja
ReplyDeleteNRP : 05111940000190
Kelas : PBO B
Tugas : Tugas Login Panel dan Tugas Image Viewer
Nama : Muhammad Farhan Haykal
ReplyDeleteNRP : 0511940000141
Kelas : PBO B
Tugas :
Login Panel
Image Viewer
Nama : Thomas Dwi Awaka
ReplyDeleteNRP : 05111940000021
Kelas PBO A
Tugas
Image Viewer
Nama : Ricky Supriyanto
ReplyDeleteNRP: 05111940000036
Kelas PBO A
Tugas : Tugas Image Viewer
Nama : Mohammad Tauchid
ReplyDeleteNRP : 05111940000136
Kelas : PBO B
Tugas : Login Panel dan Image Viewer
Nama: Faisal Reza Maulana
ReplyDeleteNRP: 05111940000009
Kelas: PBO B
Tugas: Login dan Image Viewer
Nama : Aimar Wibowo
ReplyDeleteNRP : 05111940000034
Kelas : PBO C
Link Tugas : Image Viewer
Nama : Muhammad Bagus Istighfar
ReplyDeleteNRP : 05111940000049
Kelas : PBO-C
Link : Tugas Image Viewer
Nama : Dewangga Dharmawan
ReplyDeleteNRP : 05111940000029
Kelas : PBO C
Tugas : Link Tugas
Nama : Maximilian H M Lingga
ReplyDeleteNRP : 05111940000092
Kelas : PBO C
Tugas : https://maxlingga2001.blogspot.com/2020/12/membuat-image-viewer.html
Nama : Ramadhan Arif Hardijansyah
ReplyDeleteNRP : 05111940000162
Kelas : PBO C
Tugas : Link Tugas
Nama : Inez Yulia Amanda
ReplyDeleteNRP : 05111940000208
Kelas : PBO A
Tugas : Image Viewer