MAJ V4.4.0 (l'arbre ne s'affiche plus au chargement)
This commit is contained in:
parent
553e05af78
commit
81725202a6
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -168,7 +168,12 @@ public final class create extends JFrame {
|
||||
panelPrincipal.setLayout(new GridLayout(1, 1, 0, 0));
|
||||
panelPrincipal.add(toolBarPrincipal);
|
||||
|
||||
if(commandes.fichierAnalyseValide) constructionTree();
|
||||
if(commandes.fichierAnalyseValide) {
|
||||
tree.setVisible(true);
|
||||
constructionTree();
|
||||
}else {
|
||||
tree.setVisible(false);
|
||||
}
|
||||
|
||||
this.setExtendedState(MAXIMIZED_BOTH);
|
||||
|
||||
@ -623,6 +628,7 @@ public final class create extends JFrame {
|
||||
*/
|
||||
private static void lectureFichierDejaCharger() {
|
||||
if(commandes.fichierAnalyseValide) {
|
||||
tree.setVisible(true);
|
||||
fenetres.create.constructionTree();
|
||||
fenetres.create.getTextNodeSelect().afficheChargementFichierAnalyse();
|
||||
fenetres.create.getTglbtnTousLesNodes().setSelected(false);
|
||||
@ -630,7 +636,6 @@ public final class create extends JFrame {
|
||||
fenetres.create.getTextNodeSelect().afficheChargementFichierAnalyse();
|
||||
}else {
|
||||
fenetres.create.getTextNodeSelect().setContentType("text/plain");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -106,6 +106,7 @@ public class actNewFichierAnalyse extends AbstractAction{
|
||||
|
||||
if(commandes.fichierAnalyseValide) {
|
||||
commandes.sujetSauvegarde = commandes.sujet.clone();
|
||||
fenetres.create.getTree().setVisible(true);
|
||||
fenetres.create.constructionTree();
|
||||
fenetres.create.getTextNodeSelect().afficheChargementFichierAnalyse();
|
||||
}else {
|
||||
|
@ -30,6 +30,7 @@ public class actOpen extends AbstractAction{
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
new filechooserXML();
|
||||
if(commandes.fichierAnalyseValide) {
|
||||
fenetres.create.getTree().setVisible(true);
|
||||
fenetres.create.constructionTree();
|
||||
fenetres.create.getTextNodeSelect().afficheChargementFichierAnalyse();
|
||||
fenetres.create.getTglbtnTousLesNodes().setSelected(false);
|
||||
|
Loading…
Reference in New Issue
Block a user