MAJ V4.5.0
8
bin/.gitignore
vendored
@ -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
|
||||
|
BIN
icons/evaluerstylefalse.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
icons/evaluerstylefalsemini.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/evaluerstyletrue.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
icons/evaluerstyletruemini.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/heritagestylefalse.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
icons/heritagestylefalsemini.png
Normal file
After Width: | Height: | Size: 878 B |
BIN
icons/heritagestyletrue.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
icons/heritagestyletruemini.png
Normal file
After Width: | Height: | Size: 854 B |
@ -268,16 +268,13 @@ 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));
|
||||
|
||||
|