Java Point Of Sale
Nama: Bayu Surya Bawono NRP: 05111840000114 import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.*; import javafx.scene.layout.*; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.control.Label; import javafx.scene.text.Font; import javafx.scene.text.Text; import javafx.stage.Stage; import javafx.scene.Group; import javafx.geometry.Insets; import javafx.geometry.Pos; import javax.swing.*; import java.lang.Integer; import java.lang.String; public class qwerty extends Application { String kodeKasir; String kodeBarang; String namaBarang; int hargaBarang; int jumlahBarang; int totalHarga; @Override public void start(Stage primaryStage) { primaryStage.setTitle("Input Barang"); Text tkasir = new Text("Kasir: "); Text tkode = new Text("Kode Barang: "); Text tnama = new Text("Nama B...