Skip to content

Commit 88d649c

Browse files
committed
Update to 1.4.3.10
- Update resizable windows patch - Update icon and title patch Signed-off-by: Luca Magrone <luca@magrone.cc>
1 parent 70c2ed9 commit 88d649c

4 files changed

Lines changed: 131 additions & 90 deletions

cie-middleware-cieid-jframe-set-icon-and-title.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From af0de22d6509eba48d9daad5b6c2b30f548f96b0 Mon Sep 17 00:00:00 2001
1+
From 1cb9663b36b76a1c6859d06939eaae5f4bfe0eb0 Mon Sep 17 00:00:00 2001
22
From: Luca Magrone <luca@magrone.cc>
33
Date: Sun, 3 Nov 2024 15:22:11 +0100
44
Subject: [PATCH] CIEID: Set JFrame icon and Title
@@ -10,7 +10,7 @@ Signed-off-by: Luca Magrone <luca@magrone.cc>
1010
2 files changed, 21 insertions(+)
1111

1212
diff --git a/CIEID/src/it/ipzs/cieid/IntroFrame.java b/CIEID/src/it/ipzs/cieid/IntroFrame.java
13-
index 4866ede..6b64425 100644
13+
index 481396c..b2f1bd1 100644
1414
--- a/CIEID/src/it/ipzs/cieid/IntroFrame.java
1515
+++ b/CIEID/src/it/ipzs/cieid/IntroFrame.java
1616
@@ -2,6 +2,7 @@ package it.ipzs.cieid;
@@ -37,12 +37,12 @@ index 4866ede..6b64425 100644
3737
+ setTitle("Benvenuto in CIE ID");
3838
setResizable(false);
3939
setBackground(Color.WHITE);
40-
setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
40+
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
4141
diff --git a/CIEID/src/it/ipzs/cieid/MainFrame.java b/CIEID/src/it/ipzs/cieid/MainFrame.java
42-
index f1ea5ef..d764f36 100644
42+
index 92597e0..5d0d6f8 100644
4343
--- a/CIEID/src/it/ipzs/cieid/MainFrame.java
4444
+++ b/CIEID/src/it/ipzs/cieid/MainFrame.java
45-
@@ -413,6 +413,16 @@ public class MainFrame extends JFrame {
45+
@@ -429,6 +429,16 @@ public class MainFrame extends JFrame {
4646
contentPane.add(leftPanel);
4747
leftPanel.setLayout(null);
4848
JLabel label_2 = new JLabel("");

0 commit comments

Comments
 (0)