Sets the title for this frame to the specified string after converting TeX math symbols to characters. @param title the title to be displayed in the frame's border. A null value is treated as an empty string, "". @see #getTitle
(String title)
| 229 | * @see #getTitle |
| 230 | */ |
| 231 | @Override |
| 232 | public void setTitle(String title) { |
| 233 | super.setTitle(TeXParser.parseTeX(title)); |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * Adds a child frame that depends on this frame. Child frames are closed when |