Thara
(Thara Mediacept)
1
Hi,
I want to create a SplitPanel inside a TabSheet, but I cant dot that! nothing is displayed
TabSheet myTabshit= new TabSheet();
SplitPanel vertic = new SplitPanel();
vertic.setFirstComponent(myFirstlaout);
vertic.setSecondComponent(mySecondLayout);
myTabshit.addTab(vertic,"myTab", null);
Artur
(Artur Signell)
2
You need to give a size to the SplitPanel. Otherwise it wonβt render properly