MAJ V4.5.0

This commit is contained in:
pablo rodriguez 2024-04-07 11:27:37 +02:00
parent b7692143b4
commit 298130fbf6
17 changed files with 9 additions and 4 deletions

8
bin/.gitignore vendored
View File

@ -184,3 +184,11 @@
/accueill new version.svg
/apropos_new.png
/apropos_new.svg
/evaluerstylefalse.png
/evaluerstylefalsemini.png
/evaluerstyletrue.png
/evaluerstyletruemini.png
/heritagestylefalse.png
/heritagestylefalsemini.png
/heritagestyletrue.png
/heritagestyletruemini.png

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
icons/evaluerstylefalse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icons/evaluerstyletrue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 B

BIN
icons/heritagestyletrue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 B

View File

@ -268,15 +268,12 @@ public final class create extends JFrame {
JSplitPane splitPane2 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, rightScrollPane, ScrollPaneTableBouton );
splitPane2.setBounds(10, 10, 1364, 783);
splitPane2.setBounds(10, 10, 1364, 783);
splitPane2.setDividerLocation(0.26);
splitPane2.setDividerLocation(0.28);
JSplitPane splitPane1 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, panelLeft, splitPane2 );
splitPane1.setBounds(10, 10, 1364, 783); //10, 10, 1364, 783
splitPane1.setDividerLocation(0.25);
leftScrollPane.setViewportView(tree);
tree.setFont(new Font("Tahoma", Font.PLAIN, 16));