MAJ V4.5.0
This commit is contained in:
parent
88c298b2f0
commit
a2336b6c71
Binary file not shown.
Binary file not shown.
@ -66,12 +66,12 @@ public final class about extends JFrame {
|
||||
lblNewLabelTitre.setBounds(0, 0, 514, 126);
|
||||
contentPane.add(lblNewLabelTitre);
|
||||
|
||||
JLabel lblNewLabelVersion = new JLabel("<HTML><B><U>Version</U> :</B> V4.5.0 Origin</HTML>");
|
||||
JLabel lblNewLabelVersion = new JLabel("<HTML><B><U>Version :</U></B> " + commandes.version + " "+ commandes.branch + "</HTML>");
|
||||
lblNewLabelVersion.setFont(new Font("Tahoma", Font.PLAIN, 16));
|
||||
lblNewLabelVersion.setBounds(20, 145, 240, 20);
|
||||
contentPane.add(lblNewLabelVersion);
|
||||
|
||||
JLabel lblNewLabelAnnee = new JLabel("<HTML><B><U>Année </U> :</B> 2024</HTML>");
|
||||
JLabel lblNewLabelAnnee = new JLabel("<HTML><B><U>Version :</U></B> " + commandes.version + " "+ commandes.branch + "</HTML>");
|
||||
lblNewLabelAnnee.setFont(new Font("Tahoma", Font.PLAIN, 16));
|
||||
lblNewLabelAnnee.setBounds(20, 163, 240, 20);
|
||||
contentPane.add(lblNewLabelAnnee);
|
||||
|
@ -515,7 +515,6 @@ private void ListenerAction() {
|
||||
public void mouseClicked(MouseEvent e) {
|
||||
if (e.getClickCount() == 2) {
|
||||
if (e.getClickCount() == 2 && e.getButton() == MouseEvent.BUTTON1) {
|
||||
System.out.println("un click ou deux click");
|
||||
if(lsm!=null) {
|
||||
if (!lsm.isSelectionEmpty()) {
|
||||
indexSelect = lsm.getMinSelectionIndex();
|
||||
|
Loading…
Reference in New Issue
Block a user