-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
x86
-
windows_95
Name: rk38400 Date: 05/11/98
When the title of a JDialog is set multiple times
using the setTitle(String title) method, the title
does not display on the screen with the new title
after the first time that it is shown.
It appears that the title instance variable of the
JDialog is being changed with the setTitle()
method, but the new title does not show up on
screen.
1. Create a JDialog
2. Set the title of the Jdialog to String A
3. Show the JDialog
4. Hide the JDialog
5. Set the title of the Jdialog to String B
6. Show the JDialog
7. Note that the title of the JDialog is still A
(Review ID: 30026)
======================================================================
- duplicates
-
JDK-4120856 win32: setTitle on modal dialogs will fail to change the title
-
- Closed
-