Bonjour,
comment je fais pour donner une nouvelle dimention a mon JTabbedPane.
jai essaye avec ce code:
il ne se passe rien, jai aussi essaye setPreferredSize( width ,heigth) mais rien a faire.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 public TestProject( SingleFrameApplication app ) { super(app); initComponents(); int heigth = 222; int width = 222 ; MyTabbedPane.setSize( width, heigth );
Merci
Partager