commit 27/2025

Tambah Crop Setting
This commit is contained in:
2025-05-27 12:38:38 +07:00
parent 3d02641479
commit 957d642f5d
6 changed files with 17 additions and 7 deletions

View File

@@ -46,9 +46,9 @@ public class AutoCloseAlert {
public static void init(){
String f_01 = ExtractResource("/IU photoboth-01.jpg");
System.out.println("Banner 01 extracted as file: "+f_01);
//System.out.println("Banner 01 extracted as file: "+f_01);
String f_02 = ExtractResource("/IU photoboth-02.jpg");
System.out.println("Banner 02 extracted as file: "+f_02);
//System.out.println("Banner 02 extracted as file: "+f_02);
banner_01 = LoadImage(f_01);
if (banner_01!=null) System.out.println("Banner 01 loaded"); else System.out.println("Banner 01 not loaded");
banner_02 = LoadImage(f_02);