j'utilise le jgraphx je fait c'est import il ne marche pas
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36 import com.mxgraph.examples.swing.editor.EditorActions.AlignCellsAction; import com.mxgraph.examples.swing.editor.EditorActions.AutosizeAction; import com.mxgraph.examples.swing.editor.EditorActions.BackgroundAction; import com.mxgraph.examples.swing.editor.EditorActions.BackgroundImageAction; import com.mxgraph.examples.swing.editor.EditorActions.ColorAction; import com.mxgraph.examples.swing.editor.EditorActions.ExitAction; import com.mxgraph.examples.swing.editor.EditorActions.GridColorAction; import com.mxgraph.examples.swing.editor.EditorActions.GridStyleAction; import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction; import com.mxgraph.examples.swing.editor.EditorActions.ImportAction; import com.mxgraph.examples.swing.editor.EditorActions.KeyValueAction; import com.mxgraph.examples.swing.editor.EditorActions.NewAction; import com.mxgraph.examples.swing.editor.EditorActions.OpenAction; import com.mxgraph.examples.swing.editor.EditorActions.PageBackgroundAction; import com.mxgraph.examples.swing.editor.EditorActions.PageSetupAction; import com.mxgraph.examples.swing.editor.EditorActions.PrintAction; import com.mxgraph.examples.swing.editor.EditorActions.PromptPropertyAction; import com.mxgraph.examples.swing.editor.EditorActions.PromptValueAction; import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; import com.mxgraph.examples.swing.editor.EditorActions.ScaleAction; import com.mxgraph.examples.swing.editor.EditorActions.SelectShortestPathAction; import com.mxgraph.examples.swing.editor.EditorActions.SelectSpanningTreeAction; import com.mxgraph.examples.swing.editor.EditorActions.SetLabelPositionAction; import com.mxgraph.examples.swing.editor.EditorActions.SetStyleAction; import com.mxgraph.examples.swing.editor.EditorActions.StyleAction; import com.mxgraph.examples.swing.editor.EditorActions.StylesheetAction; import com.mxgraph.examples.swing.editor.EditorActions.ToggleAction; import com.mxgraph.examples.swing.editor.EditorActions.ToggleConnectModeAction; import com.mxgraph.examples.swing.editor.EditorActions.ToggleCreateTargetItem; import com.mxgraph.examples.swing.editor.EditorActions.ToggleDirtyAction; import com.mxgraph.examples.swing.editor.EditorActions.ToggleGridItem; import com.mxgraph.examples.swing.editor.EditorActions.ToggleOutlineItem; import com.mxgraph.examples.swing.editor.EditorActions.TogglePropertyItem; import com.mxgraph.examples.swing.editor.EditorActions.ToggleRulersItem; import com.mxgraph.examples.swing.editor.EditorActions.WarningAction; import com.mxgraph.examples.swing.editor.EditorActions.ZoomPolicyAction;
aidez moi
merci d'avance
Partager