|
From: <no...@so...> - 2002-04-14 13:34:17
|
Ease of use Issues item #543709, was opened at 2002-04-14 08:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=460211&aid=543709&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Peter Centgraf (centgraf) Assigned to: Peter Centgraf (centgraf) Summary: OS X Drag and Drop Support Initial Comment: From Apple's latest JRE release notes: Description: Without minor configuration changes, Swing text components are not able to implement drag and drop functionality. Resolution: To provide drag and drop text for a Swing text component, the developer must install the MacDnDCaret into the JTextComponent (or any text class which extends from JTextComponent). This is done as follows: JTextComponent myTextComponent=...myTextComponent.setCaret(new com.apple.mrj.swing.MacDnDCaret()); ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=460211&aid=543709&group_id=44253 |