Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 JEditorPane editorPane = new JEditorPane(); editorPane.setBounds(10, 303, 575, 94); ccfrm.getContentPane().add(new JScrollPane(editorPane));
Le editor pane ne s'affiche pas ni le scroll pane je me demande pourquoi :S J'ai besoin d'aide quoi xD
Partager