| Issue 16: | Fixes for CustomItem.java | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I fixed a few issues with CustomItem to get it working with my application: - paint(Graphics g) now also calls the abstract paint(Graphics g, int w, int h) function implemented by subclasses - an appropriate getHeight() is also computed for the content - isFocusable() returns true - select() sends a fake keyPressed(-5): it seems to be the most straightforward way to receive notification for the FIRE button
Nov 18, 2009
Project Member
#1
bar...@gmail.com
Jan 8, 2010
Most of fixes has been already made on trunk. Added missing: - isFocusable() - select()
Status:
Fixed
Labels: Milestone-3.0 |