Results 1 to 1 of 1
- 12-26-2008, 01:11 PM #1
Member
- Join Date
- Dec 2008
- Posts
- 1
- Rep Power
- 0
Accessibility of JComboBox problem
Hi everyone!
I've got two applications. One of them make changes in the components of the other one through the Accessibility API. (Both are running on the same VM)
I make changes without problem in JButton, JTextComponent...
But I've got a JComboBox with 4 options, and the "reader/writer" application has to select the third option, and I can't get a way to do this with Accessibility.
I can see the JComboBox and its internal structure (a Viewport, a BasicPopUp, a JPanel, ScrollButtons, a ComboList, and the four options).
The only available action is in the JComboBox and is the togglePopUp that toggles it without problem.
But I can't get a way to select one of the options of the toggled up pop up.
Does anybody has an example code for doing this?
Thank you a lot!
AC
Similar Threads
-
I need help with JComboBox
By eva21 in forum New To JavaReplies: 1Last Post: 11-28-2008, 10:05 PM -
JCombobox
By daniel50096230 in forum NetBeansReplies: 1Last Post: 09-21-2008, 12:23 PM -
JComboBox
By Fosters in forum AWT / SwingReplies: 0Last Post: 08-10-2008, 01:22 PM -
Problem with JComboBox and Jlist
By java_fun2007 in forum New To JavaReplies: 2Last Post: 05-07-2008, 08:58 PM -
Help with jComboBox
By Marcus in forum AWT / SwingReplies: 2Last Post: 07-01-2007, 11:08 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks