Skip to content

Commit

Permalink
- always perform duplicate check when reading filmlist
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Oct 22, 2024
1 parent 52f84a7 commit 703dbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private void initComponents() {
//======== this ========
setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
setModal(true);
setTitle("Duplikat-Details"); //NON-NLS
setTitle("Zusammengeh\u00f6rige Filme"); //NON-NLS
var contentPane = getContentPane();
contentPane.setLayout(new BorderLayout());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ new FormModel {
name: "this"
"defaultCloseOperation": 2
"modal": true
"title": "Duplikat-Details"
"title": "Zusammengehörige Filme"
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class java.awt.BorderLayout ) ) {
name: "dialogPane"
"border": new javax.swing.border.EmptyBorder( 12, 12, 12, 12 )
Expand Down

0 comments on commit 703dbd9

Please sign in to comment.