Dokumen tersebut membahas tentang GUI (Graphical User Interface) pada bahasa pemrograman Java. GUI memungkinkan pengguna berinteraksi dengan berbagai komponen grafis seperti tombol, dialog box, dan menu. Java menyediakan dua library GUI yaitu AWT dan Swing. Dokumen ini juga menjelaskan berbagai komponen grafis seperti container, component, event, dan listener beserta contoh kode programnya.
1. Dokumen ini membahas penanganan eksepsi dalam pemrograman berorientasi objek di Java.
2. Ada beberapa kata kunci yang digunakan untuk penanganan eksepsi seperti try, catch, throw, throws, dan finally.
3. Eksepsi dapat ditangkap dan ditangani secara manual menggunakan blok try-catch, atau secara otomatis oleh sistem Java.
This document describes the creation of a database and form application to add supplier data in Delphi. It includes:
1. Creating a database table with fields for supplier code, name, address, and contact.
2. Designing a form with labels, edit boxes, buttons, and a datagrid to view records.
3. Writing procedures for activating/deactivating fields, clearing fields, and displaying records.
4. Adding code to the buttons for new, save, cancel, delete and exit functions.
5. Writing a procedure to search the database by supplier code.
Dokumen ini menjelaskan cara membuat aplikasi untuk menambah data kereta dengan menggunakan Delphi. Terdapat penjelasan tentang event yang digunakan pada tabel master, desain form dan properties, serta penulisan program untuk prosedur tampil, kosong, mati, dan hidup.
This document contains code for a Delphi application that allows a user to select food packages, additional items, and calculate order totals. It includes code to populate combo boxes and list boxes with package options. When items are selected, it calculates subtotals for package price, delivery fee, drinks and computes the total order cost. Buttons allow resetting the form fields and closing the application.
This document contains code for a Delphi application with labels, text boxes, buttons, and event handlers. The application allows a user to enter product code, name, price, quantity, and calculates the total. It has buttons to calculate the total, clear the fields, and close the form. The code defines the form components, declares variables, and contains procedures for the button click and key press event handlers to perform the calculations and actions.
This document contains code for a form application with labels, text boxes, buttons, and procedures to handle button clicks and text box navigation. When the "blagi" button is clicked, all text boxes are cleared and the first text box gains focus. When the "bexit" button is clicked, a confirmation message is shown and the form closes if confirmed. Pressing enter in each text box shifts focus to the next text box in sequence.
1. Membuat database mahasiswa dan nilai yang berisi field NPM, nama, kelas, nilai mid, nilai akhir, dan rata-rata menggunakan Visual Basic dan Access.
2. Merancang form input dan tampilan data mahasiswa dan nilai yang dapat menghitung rata-rata otomatis.
3. Mencetak daftar nilai mahasiswa ke printer.
Studi kasus membuat database mahasiswa dan nilai yang terdiri dari form input, perhitungan rata-rata, dan cetak hasil ke printer. Terdapat tiga form untuk menginput data mahasiswa dan nilai, menghitung rata-rata, serta mencetak hasil ke printer.
Dokumen tersebut membahas tentang pengelolaan file dalam Visual Basic, termasuk cara menampilkan, menyaring, dan menyimpan file. Topik utama yang dibahas adalah penggunaan kontrol seperti FileListBox, DirListBox, dan DriveListBox untuk mengelola file, serta fungsi Dir$ dan perulangan untuk menampilkan daftar file.
This document describes the creation of a database and form application to add supplier data in Delphi. It includes:
1. Creating a database table with fields for supplier code, name, address, and contact.
2. Designing a form with labels, edit boxes, buttons, and a datagrid to view records.
3. Writing procedures for activating/deactivating fields, clearing fields, and displaying records.
4. Adding code to the buttons for new, save, cancel, delete and exit functions.
5. Writing a procedure to search the database by supplier code.
Dokumen ini menjelaskan cara membuat aplikasi untuk menambah data kereta dengan menggunakan Delphi. Terdapat penjelasan tentang event yang digunakan pada tabel master, desain form dan properties, serta penulisan program untuk prosedur tampil, kosong, mati, dan hidup.
This document contains code for a Delphi application that allows a user to select food packages, additional items, and calculate order totals. It includes code to populate combo boxes and list boxes with package options. When items are selected, it calculates subtotals for package price, delivery fee, drinks and computes the total order cost. Buttons allow resetting the form fields and closing the application.
This document contains code for a Delphi application with labels, text boxes, buttons, and event handlers. The application allows a user to enter product code, name, price, quantity, and calculates the total. It has buttons to calculate the total, clear the fields, and close the form. The code defines the form components, declares variables, and contains procedures for the button click and key press event handlers to perform the calculations and actions.
This document contains code for a form application with labels, text boxes, buttons, and procedures to handle button clicks and text box navigation. When the "blagi" button is clicked, all text boxes are cleared and the first text box gains focus. When the "bexit" button is clicked, a confirmation message is shown and the form closes if confirmed. Pressing enter in each text box shifts focus to the next text box in sequence.
1. Membuat database mahasiswa dan nilai yang berisi field NPM, nama, kelas, nilai mid, nilai akhir, dan rata-rata menggunakan Visual Basic dan Access.
2. Merancang form input dan tampilan data mahasiswa dan nilai yang dapat menghitung rata-rata otomatis.
3. Mencetak daftar nilai mahasiswa ke printer.
Studi kasus membuat database mahasiswa dan nilai yang terdiri dari form input, perhitungan rata-rata, dan cetak hasil ke printer. Terdapat tiga form untuk menginput data mahasiswa dan nilai, menghitung rata-rata, serta mencetak hasil ke printer.
Dokumen tersebut membahas tentang pengelolaan file dalam Visual Basic, termasuk cara menampilkan, menyaring, dan menyimpan file. Topik utama yang dibahas adalah penggunaan kontrol seperti FileListBox, DirListBox, dan DriveListBox untuk mengelola file, serta fungsi Dir$ dan perulangan untuk menampilkan daftar file.