my $UsedModules_f = $Expert_wd -> Frame(-relief => 'groove', -borderwidth => '2') -> pack (-side => 'left', -anchor => 'nw'); my $UsedModulesInfo_l = $UsedModules_f -> Label(-text => "Flow File:",-background => '#f0f2a1') -> pack (-fill => 'x'); $UsedModules_pane = $UsedModules_f -> Scrolled("Pane", -scrollbars => 'oe', -width => '250', -height => '405')->pack(); #my $UsedModules_lb = $UsedModules_pane -> Listbox(-width => '20', -height => '25')->pack(); $table = $UsedModules_pane->TableMatrix(-height => '1', -width => '2', -autoclear => '1', -cols => '2', -rows => '1', -maxheight => '3000', #-bordercursor => 'arrow', ) -> pack (-side => 'top', -anchor => 'n'); $table->colWidth(0,5,1,40);