From: SourceForge.net <no...@so...> - 2004-04-12 04:02:54
|
Bugs item #933507, was opened at 2004-04-11 21:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=933507&group_id=44253 Category: UI: MacOS X-specific Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Pool (reganto) Assigned to: Nobody/Anonymous (nobody) Summary: Interactions importing & execution flakiness Initial Comment: Under OS X 10.3.3 with Jave version 1.4.2_03 and Java VM 1.4.2-34, DrJava (stable release of 2004/03/26) is doing these things in the Interactions pane: 1. If all classes of javax.swing or of java.awt are imported, DrJava resumes OK from the import command, but, if only one class is imported, specifically JColorChooser or Color, then DrJava goes into the background and edu.rice.cs.util.newjvm.SlaveJVMRunner comes into the foreground and stays there, until the user manually brings DrJava back into the foreground; until then any typing in the Interactions pane is impossible. 2. Each invocation of JColorChooser.showDialog results in edu.rice.cs.util.newjvm.SlaveJVMRunner remaining in the foreground, as above. 3. The first invocation of JColorChooser.showDialog may display the color dialog window in front, but all subsequent invocations bring it to the front only for a split second, after which it recedes into the background until the user manually brings it into the foreground to use it. 4. Erratically, some invocations of JColorChooser.showDialog also yield null, rather than a Color. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=933507&group_id=44253 |