Bonjour,
comment je fais pour donner une nouvelle dimention a mon JTabbedPane.
jai essaye avec ce code:
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 );
il ne se passe rien, jai aussi essaye setPreferredSize( width ,heigth) mais rien a faire.
Merci