Commit 5126478dd63e8d9bab64267d45a2c1b4cf8bfa27
1 parent
96e3f7c8
Exists in
master
misa à jour avec V2.10.2
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
SOURCES/V2.10.2/client/src/mm3dview/gfi/tls/mm3dview/component/dialog/JAboutDialog.form
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | <Font name="Dialog" size="12" style="0"/> |
61 | 61 | </Property> |
62 | 62 | <Property name="horizontalAlignment" type="int" value="0"/> |
63 | - <Property name="text" type="java.lang.String" value="Release date: 2021/01/15"/> | |
63 | + <Property name="text" type="java.lang.String" value="Release date: 2021/03/26"/> | |
64 | 64 | </Properties> |
65 | 65 | <Constraints> |
66 | 66 | <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> |
... | ... | @@ -104,7 +104,7 @@ |
104 | 104 | <Font name="Dialog" size="12" style="0"/> |
105 | 105 | </Property> |
106 | 106 | <Property name="horizontalAlignment" type="int" value="0"/> |
107 | - <Property name="text" type="java.lang.String" value="3DView CDPP 2.10.1 build_01"/> | |
107 | + <Property name="text" type="java.lang.String" value="3DView CDPP 2.10.2 build_01"/> | |
108 | 108 | </Properties> |
109 | 109 | <Constraints> |
110 | 110 | <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> | ... | ... |
SOURCES/V2.10.2/client/src/mm3dview/gfi/tls/mm3dview/component/dialog/JAboutDialog.java
... | ... | @@ -62,7 +62,7 @@ public class JAboutDialog extends javax.swing.JDialog { |
62 | 62 | |
63 | 63 | jLabel3.setFont(new java.awt.Font("Dialog", 0, 12)); // NOI18N |
64 | 64 | jLabel3.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); |
65 | - jLabel3.setText("Release date: 2021/01/15"); | |
65 | + jLabel3.setText("Release date: 2021/03/26"); | |
66 | 66 | getContentPane().add(jLabel3); |
67 | 67 | jLabel3.setBounds(310, 30, 170, 30); |
68 | 68 | |
... | ... | @@ -80,11 +80,11 @@ public class JAboutDialog extends javax.swing.JDialog { |
80 | 80 | } |
81 | 81 | }); |
82 | 82 | getContentPane().add(jbClose); |
83 | - jbClose.setBounds(220, 180, 73, 28); | |
83 | + jbClose.setBounds(220, 180, 73, 25); | |
84 | 84 | |
85 | 85 | jLabel5.setFont(new java.awt.Font("Dialog", 0, 12)); // NOI18N |
86 | 86 | jLabel5.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); |
87 | - jLabel5.setText("3DView CDPP 2.10.1 build_01"); | |
87 | + jLabel5.setText("3DView CDPP 2.10.2 build_01"); | |
88 | 88 | getContentPane().add(jLabel5); |
89 | 89 | jLabel5.setBounds(310, 10, 180, 30); |
90 | 90 | ... | ... |