Re: titled border problem

2002-03-01 Thread Kurt Baumgarten
According to the JavaSoft Swing tutorial, "When you invoke the setText method on a component, for example, the component should automatically repaint itself and, if appropriate, resize itself. If it doesn't, it's a bug." I would think that would apply to "setTitle" also, but perhaps not.

titled border problem

2002-02-25 Thread Jaspreet Singh
Hi I am facing a problem that after changing the title of a titled border on a swing panel i am not being able to call the border's paintBorder(...) function correctly. the border is on the panel and panel.repaint() works perfectly fine but since i am just changing the title of the border