[jira] Created: (PIVOT-611) add a method hasListener() in ListenerList object

2010-08-26 Thread A.J. (JIRA)
add a method hasListener() in ListenerList object - Key: PIVOT-611 URL: https://issues.apache.org/jira/browse/PIVOT-611 Project: Pivot Issue Type: Improvement Affects Versions: 1.5

[jira] Commented: (PIVOT-611) add a method hasListener() in ListenerList object

2010-08-26 Thread Noel Grandin (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902764#action_12902764 ] Noel Grandin commented on PIVOT-611: public boolean contains(T t) {} would be the

[jira] Created: (PIVOT-612) TextInput validator problem when modifying selected text

2010-08-26 Thread A.J. (JIRA)
TextInput validator problem when modifying selected text Key: PIVOT-612 URL: https://issues.apache.org/jira/browse/PIVOT-612 Project: Pivot Issue Type: Bug Affects Versions: 1.5

[jira] Updated: (PIVOT-610) Accordion TabPane keyboard navigation using COMMAND+n only works if the current Pane/Tab contains a focusable Component

2010-08-26 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-610: - Fix Version/s: 2.0 (was: 2.1) Accordion TabPane keyboard navigation

[jira] Commented: (PIVOT-611) add a method hasListener() in ListenerList object

2010-08-26 Thread A.J. (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902870#action_12902870 ] A.J. commented on PIVOT-611: I'm creating a Form at runtime based on user interaction; In this

Re: RadioButton rendering issue?

2010-08-26 Thread Greg Brown
Great catch. I just created a ticket for this (PIVOT-613). Fix will be checked in momentarily. On Aug 26, 2010, at 10:16 AM, Masaki wrote: Hi all, I'm newbie to pivot, and trying to use RadioButton. I put some RadioButtons in a BoxPane using wtkx file. The BoxPane has backgroundColor

[jira] Created: (PIVOT-613) RadioButton, etc. does not correctly report opaqueness

2010-08-26 Thread Greg Brown (JIRA)
RadioButton, etc. does not correctly report opaqueness -- Key: PIVOT-613 URL: https://issues.apache.org/jira/browse/PIVOT-613 Project: Pivot Issue Type: Bug Components: wtk

[jira] Created: (PIVOT-614) add a clearFlag() method in Form

2010-08-26 Thread A.J. (JIRA)
add a clearFlag() method in Form Key: PIVOT-614 URL: https://issues.apache.org/jira/browse/PIVOT-614 Project: Pivot Issue Type: Improvement Affects Versions: 1.5.1 Reporter: A.J.

[jira] Assigned: (PIVOT-511) Print doesn't work on Labels

2010-08-26 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini reassigned PIVOT-511: Assignee: Sandro Martini Print doesn't work on Labels

[jira] Resolved: (PIVOT-614) add a clearFlag() method in Form

2010-08-26 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown resolved PIVOT-614. -- Fix Version/s: 1.5.2 2.0 Resolution: Fixed Agreed - not developer friendly.

[jira] Commented: (PIVOT-511) Print doesn't work on Labels

2010-08-26 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902906#action_12902906 ] Sandro Martini commented on PIVOT-511: -- Verify also in the appletviewer (of the jdk) if

[jira] Created: (PIVOT-615) Add 'collapsible' utility methods and a closeTab method to TabPane

2010-08-26 Thread Chris Bartlett (JIRA)
Add 'collapsible' utility methods and a closeTab method to TabPane -- Key: PIVOT-615 URL: https://issues.apache.org/jira/browse/PIVOT-615 Project: Pivot Issue Type: Improvement

Re: New article on implementing and using web queries

2010-08-26 Thread Martin Jimenez-Salazar
really nice! thanks, appreciate the link 2010/8/25 Greg Brown gkbr...@mac.com In case anyone is interested: http://java.dzone.com/articles/implementing-rest-services

ListenerList a linked list?

2010-08-26 Thread Noel Grandin
Hi Is there a reason ListenerList is a linked list? I would have thought an array-list would be more memory efficient. -- Noel