[8] Request for review: 7150105 [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor. (original) (raw)
Artem Ananiev artem.ananiev at oracle.com
Thu Apr 5 03:41:24 PDT 2012
- Previous message: [8] Review request for 7124553: [macosx] Need minimum size for titled Frames and JFrames
- Next message: [8] Request for review: 7124401 [macosx] After call Frame dispose() application continues to work
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks fine.
Thanks,
Artem
On 4/1/2012 12:04 AM, Sergey Bylokhov wrote:
Hi Everyone, A subcomponents may want to override the cursor over some of their parts(LWTextAreaPeer changes the cursor over scrollbars).
Changes description: 1. LWComponentPeer.java: - Just one method added getCursor(); 2. LWCursorManager.java: - updateCursorImpl now use LWComponentPeer.getCursor() if applicable. - cleanup + TODO implemented "// TODO: it's possible to get the component under cursor directly as" 3. LWTextAreaPeer.java: - Changes the cursor over scrollbars. 4. LWWindowPeer.java: - We should update cursor even on MOUSEEXIT event. 5. CCursorManager.java: - currentCursor was always null. Unused method getNativeWindow() removed. Bug: http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7150105 Webrev can be found at: http://cr.openjdk.java.net/~serb/7150105/webrev.00/
- Previous message: [8] Review request for 7124553: [macosx] Need minimum size for titled Frames and JFrames
- Next message: [8] Request for review: 7124401 [macosx] After call Frame dispose() application continues to work
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]