|
From: <no...@so...> - 2002-02-20 05:40:44
|
Bugs item #520337, was opened at 2002-02-19 21:40 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=520337&group_id=44253 Category: User interface Group: Ugly Status: Open Resolution: None Priority: 3 Submitted By: Theo Yaung (theoyaung) Assigned to: Theo Yaung (theoyaung) Summary: StatusBar NonIntuitive on MacOS-X Initial Comment: The status bar implemented as a JTextField does not have an intuitive "non-editable" look on MacOS-X, even if setEditable() is passed "false". Fix: Use a JLabel (which is documented as a prefered means of displaying uneditable text). ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=520337&group_id=44253 |