Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
November 2016
Description
The Java app that is run by the test runs into an infinite WM_PAINT loop.
The only thing done is displaying a message box:
public static void main(string args[]) |
{
|
joptionpane.showMessageDialog(null, "Simple Java Hello World GUI application.", "Java GUI app works", 1); |
}
|
Result:
(win32ss/user/ntuser/message.c:792) err: Message WM_PAINT
|
(win32ss/user/ntuser/message.c:792) err: Message WM_PAINT
|
...
|
More detailed results in links.
Attachments
Issue Links
- blocks
-
CORE-4908 CAD programme fails to run
- Resolved
-
CORE-11754 Installer Oracle infinite redraws the window and nothing happens.
- Resolved
- relates to
-
CORE-12242 [WIN32SS] D+Browser 0.5 is just one redraw away from being a working browser
- Resolved
- links to