Re: dynamically hide/show panel's header

2008-12-17 Thread Mikhail M
try this one panel.setTitle("blabla"); 2008/12/17 jbroquefere > > Hello, > when i use > Panel panel = new Panel("blabla"); > then > panel.setHeader(false); > > it hides the header > > but panel.setHeader(true) doesnt nothing > > how could i do? > > > --~--~-~--~~~--

dynamically hide/show panel's header

2008-12-17 Thread jbroquefere
Hello, when i use Panel panel = new Panel("blabla"); then panel.setHeader(false); it hides the header but panel.setHeader(true) doesnt nothing how could i do? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Go