[classlib][awt] AWT references heavy JComponent
-----------------------------------------------
Key: HARMONY-5023
URL: https://issues.apache.org/jira/browse/HARMONY-5023
Project: Harmony
Issue Type: Bug
Components: Classlib
Reporter: Alexei Fedotov
The following utility class references JComponent which makes AWT heavier to load:
main/java/common/org/apache/harmony/awt/text/TextUtils.java: public static Rectangle getEditorRect(final
JComponent component)
This function is not actually needed for AWT and should be moved to the Swing package.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|