0% found this document useful (0 votes)
25 views30 pages

JAVA FUNDAMENTAL Day 4

The document discusses the steps to create a simple sales application in Java. It outlines creating dialog boxes for inputting item quantities and choosing items. It also describes loading item data from a database, validating user input, saving transactions, finding customers by ID, updating item stocks, and adding methods to complete the application functionality. Design changes like adding icons and a splash screen are also mentioned.

Uploaded by

Fuad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views30 pages

JAVA FUNDAMENTAL Day 4

The document discusses the steps to create a simple sales application in Java. It outlines creating dialog boxes for inputting item quantities and choosing items. It also describes loading item data from a database, validating user input, saving transactions, finding customers by ID, updating item stocks, and adding methods to complete the application functionality. Design changes like adding icons and a splash screen are also mentioned.

Uploaded by

Fuad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 30

Rumah Coding Course

"Java Fundamental"
Studi Kasus : Aplikasi Penjualan Sederhana

Day 4
"Create new JDialog called as
InputJumlahBarangTerpilih"
"Write this code as inner class of
InputJumlahBarangTerpilih class : "
"Create Validation on
InputJumlahBarangTerpilih class : "
"Create save method to confirmed jumlah
on InputJumlahBarangTerpilih class : "
"Add action on save button and cancel
button : "
"Modify constructor into this : "
"Create new JFrame called as
ChooseBarangActivity"
"Create some code : "
"Lets load data
barang from
database : "
"Create
action when
barang is
chosen : "
"Add action on save button"
"Modify the constructor"
"Design Our MainActivity"
"Complete our MainActity"
"Create Some Properties"
"Add this method : "
"Write some
validation : "
"Complete the validation : "
"Create
method
simpanDafta
rBelanja "
"Create method
simpanTransaksi "
"add these method : "
"Lets find customer by its id : "
"Update stock of barang : "
"Add these
method : "
"Add these
method : "
"Add these
method : "
"Change Icon For Every Window That We Have"
"Create Splash Screen"

You might also like