Bonjour,
Voila je cherche a séparé deux jpanel avec un jsplitepanel, mais je n'ai arrivent pas , quand j'implémente le jsplitepaenl les deux jpanel disparaisse au même temps que le jsplitepanel !!
voila ce que j'ai fait :
splitPane.setOneTouchExpandable(true);
splitPane.setBounds(new Rectangle(-18, 0, 96, 50));
splitPane.setDividerLocation(150);
splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
jPanel2, jPanel1);
que est ce qui manque SVP?