JPasswordField is not recognized by Java Access Bridge

Hi,
I am using Zoomtext 9.1 Reader/Magnifier for accessibilty purpose with my Swing based application. For communication in between the Zoomtext and Swing application I ma using Java Access Bridge 2.1.
The problem is with JPasswordField. When I am putting focus on the password field it's not reading it out, but when I am typing password in this field, zoom text is reading the typed in alphabet instead of aestrik "*".
The focus behavior for JTextField is working fine.
Also unable to read the Message shown in JOption dialog box.
Could any body help me out?
Thanks in advance.
Here is the sample code to see the behavior:
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class ZoomTest
public static void main(String[] args)
JTextField userName = new JTextField(10);
JPasswordField password = new JPasswordField(10);
JButton submit = new JButton("Submit");
submit.setFocusCycleRoot(true);
JMenuBar jMenuBar = new JMenuBar();
JMenu jMenuFile = new JMenu("File");
jMenuFile.setToolTipText("File");
JMenuItem jMenuItemNew = new JMenuItem("New");
JMenuItem jMenuItemOpen = new JMenuItem("Open");
JMenuItem jMenuItemCopy = new JMenuItem("Copy");
jMenuFile.add(jMenuItemNew);
jMenuFile.add(jMenuItemOpen);
jMenuFile.add(jMenuItemCopy);
jMenuBar.add(jMenuFile);
JLabel userNameLabel = new JLabel("User Name", JLabel.RIGHT);
userNameLabel.setLabelFor(userName);
JLabel passwordLabel = new JLabel("Password", JLabel.RIGHT);
passwordLabel.setLabelFor(password);
final JFrame frame = new JFrame("Login");
JPanel panel = new JPanel( );
panel.setLayout(new GridLayout(3, 2, 5, 5));
panel.add(userNameLabel);
panel.add(userName);
panel.add(passwordLabel);
panel.add(password);
panel.add(submit);
submit.setToolTipText("Submit");
submit.addActionListener(new ActionListener()
public void actionPerformed(final ActionEvent e)
JOptionPane.showMessageDialog(new JFrame(), "Click submit");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setJMenuBar(jMenuBar);
frame.setContentPane(panel);
frame.setVisible(true);
}

After discussion with Zoomtext tech support guys we came to know that Zoomtext 9.1 is not supporting Java Swing applications for accessibility options. So I will recommend not to use Zoomtext for Accessibilty options in any of the Java Swing applications.

Similar Messages

  • Java Access Bridge 1.1 Could not find the main class

    When I try to load Java Access Bridge 1.1 I receive the following error:
    Could not find the main class. Program will exit.
    Does anyone know why?

    you must check with the classpath
    please see that you have not repeated %classpath%
    at the end of the class path like you do in win98.
    similiarly with %path%
    in win2000 it is automatically taken care off.

  • Does Java Access Bridge supports Java 6?

    Does Java Access Bridge support Java 6?
    Also where can I find 2.0.4 (Beta), the following link does not work -
    http://java.sun.com/developer/earlyAccess/accessbridge/
    thanks,
    sachin.

    Our company develops an applet that supports Jaws via the Java Access Bridge v.2.01. We've had no problems with JRE 1.6. However, Jaws does not read the accessible names when I tried JRE 1.7. It behaves as if the access bridge is broken. I reverted back to JRE 1.6.0_20 and it works fine again. I reported this to Freedom Scientific but they just said, "you will need to contact the Sun support team to determine the latest version of the JRE recognized by the Accessibility Bridge." They don't seem too concerned that their product may not work for many people in the near future.

  • Java accessibility Bridge for windows

    I have installed Java Accessibility Bridge for windows but the screen reader in windows (Narrator) is not responding to my java application. On searching the internet, most of them mentioned about JAWS. So is it the only screen reader supporting Java Accessibility Bridge? Also is there any way to use it with Narrator?
    Thanks in advance
    leeman

    Narrator doesn't use the Java Access Bridge so it will not work with Java. Recommend you use another screen reader. Yes, many people do use JAWS, but I also know SuperNova (from Dolphin) and NVDA also work.

  • How do I install and configure the Java Access Bridge?

    I've just installed the Oracle 9i database on this Windows 2000
    Pro box with a view to learn what there is to learn about
    Oracle. I need to install the Java Access Bridge so that I can
    access the Oracle applications. I use a screen reader called
    JAWS from Freedom Scientific.
    Can anyone please tell me how to install the necessary Access
    Bridge components and how to configure things accordingly so
    that adaptive software will work correctly with the Oracle
    applications.
    Adrian

    You can do all the networking stuff you need by setting a "bridged" adapter in the VM setup, then configure a valid IP in your guest OS, probably using the same gateway and name servers similar to your host OS.
    If you you cannot use a bridged mode adapter because your host network does not support another network card, you can configure a NAT and a host-only adapter in the VM setup as following:
    When you configure the network device that corresponds to the NAT device on the on the guest side, set it up to obtain the IP address via DHCP. The NAT device is for outgoing connections to the internet only. VBox will not provide any routing from the outside network to interface behind a NAT device, only via it's own internal DHCP routing.
    The host-only adapter is only good for connection between the host and the VM guest. It is primarily designed to provide DHCP like the NAT interface, but does allow a manual configuration, by customizing the "vboxnet0" configuration in the Vbox Network preferences. By default, the IP address range 192.168.56.1 to 192.168.56.100 can be used for manual IP configurations.
    It was not mentioned in your requirements, but you need a bridged mode adapter if you want to connect to your guest VM from any other machine beside your host system, e.g. local LAN.

  • Problems with Java Access Bridge

    Hello to all,
    first of all, sorry if the message is in the wrong place.
    I'm developing an application, in C++, to fill up the fields in a Java aplication, it should work on a Windows 7 x64 machine. I'm using jdk 6u29 and java access bridge 2.0.2 for 32 bits soft.
    My problem is that in some computers the function isJavaWindow() allways returns false when it it should be true, the most rare thing with it is tha it is working in a virtual machine, and in a clone of this virtual machine it is not working... Is there any special consideration I have to take into account when using Java AccessBridge?
    Thank you!
    Roger.

    Bump... I'd like to know how to click a button with Access Bridge too. I can automate windows programs tho... So, isn't there really anyone who knows how to automate a Java program with C++ and Access Bridge?

  • Java Access Bridge 2.0.2 Installer for Windows OS

    Hi,
    I am searching for an automated install version of Java Access Bridge 2.0.2 for Windows, but am having great difficulties.
    The version that is around just now is not practical for our needs. I work for an organisation who wish to get users to install Java Access Bridge in order to use JAWS. As they are blind or partially sited, the manual install is too difficult for them to carry out by themselves.
    Searching Google has proved fruitless, and the only real lead I have found was on these forms when someone said that one was in beta test, but having searched the web site, I could not find it.
    Could someone please let me know the current status of the installer ?
    Thanks
    GW

    You might want to check out this thread:
    Java Access Bridge and JRE 1.6
    If you have Java 6, you'll need to manually install Java Access Bridge 2.0.1. The JAB 2.0.2 installer for Java 6 is also available as a beta:
    http://jdk6.java.net/6uNea.html

  • Get Native Java Window using Java Access Bridge 2.0.1 & Java 1.6 and above

    I want to get the native java window (Like Java Monkey Application and Java Ferret Application) using java only, for that I tried different ways/options but unable to get the native java window and perform actions on that.
    It would be really great if you could guide me for that. I am still unable to start the Java Access Bridge.
    Please let me know the steps to get native java window using Java Access bridge and JDK 1.6.20.
    Also Note that, As per your previous suggestion, I tried to search and call initializeAccessBridge() and shutdownAccessBridge(), But unable to succeed it. I did not find such method in Accessbridge.jar.
    Please help me out.
    Best Regards

    You might want to check out this thread:
    Java Access Bridge and JRE 1.6
    If you have Java 6, you'll need to manually install Java Access Bridge 2.0.1. The JAB 2.0.2 installer for Java 6 is also available as a beta:
    http://jdk6.java.net/6uNea.html

  • Using Java Access bridge (Accessibility) with oracle forms 6.0 client

    I'm trying to use JAB (java Access bridge ) to capture events in oracle forms 6.0 client .
    I've a Jinitiator 1.1.8 and JRE version 1.4x
    I've configured JAB as per the installation guide . However the events don't surface in Java Monkey .
    Has anybody encountered similar issue ? what is the solution for the issue ??
    Also on one of the forums I read Jinitiator 1.3x and above is automatically recognised by Java Access bridge .
    For jinitiator version less than 1.3 manual configuration is required . however I haven;'t been able to find any on the oracle forms KB
    Also here is the excerpt from the link http://www.oracle.com/us/corporate/accessibility/faqs/index.html
    Q: Are there special steps for using Java-based applications with assistive technology?
    A: If the Oracle application is written in Java, such as JDeveloper or Oracle Forms (runtime), customers must first install the latest version of Sun's Java Access Bridge. The Java Access Bridge provides the integration with screen readers such as JAWS or SuperNova that support Java. You just download the Access Bridge and install it. Sun's AccessBridge 2.0x recognizes Oracle's JInitiator 1.3x and above so no manual configuration steps are necessary. The Access Bridge is available from: http://java.sun.com/products/accessbridge. At the time this document was written, Access Bridge 2.0.1 is the most current publicly available production release; Oracle recommends upgrading to this version. Sun's AccessBridge is bundled with Oracle Universal Installer (OUI) and can be found in the Java Runtime Engine (JRE). More information for configuring such products is in the respective product documentation, or on http://www.oracle.com/us/corporate/accessibility/products/index.html.
    Edited by: 974810 on 4 Dec, 2012 1:10 AM

    ODP.NET requires Oracle Client 9.2 or higher.
    You can find additional information about ODP.NET from the FAQ:
    http://www.oracle.com/technology/tech/windows/odpnet/faq.html
    and the ODP.NET homepage:
    http://www.oracle.com/technology/tech/windows/odpnet/index.html
    Hope that helps,
    Mark

  • Java Access Bridge and Windows 7 Run as Administrator Mode

    I've had to add java access bridge support to a winforms .net application. The application must be run as administrator for certain functions to work on Windows 7. Unfortunately, I've found the JAB breaks when it's run from a program that has been elevated to administrator.
    I'm able to reproduce the issue with JavaFerret.exe. Running with a simple double click has no issue tracking mouse events etc, but if I start it via right click "run as administrator" then nothing gets presented in the output window. Can others confirm JavaFeret.exe breaks for them as well in Windows 7 admin mode? Any ideas what's going on and how to work around the issue?

    So after a bit of experimenting we've found that as long as the accessibility program that's hosting the JAB and the java program that is being interacted with are both run in administrator mode then the issue goes away.
    In our case we were able to launch IE from the accessibility program (which was already in administrator mode), opening the java applet in IE and successfully use the JAB between the two.

  • Java Access Bridge and the JRE

    Hi i want to get access to an application that uses its own JRE. but somehow i have huge problems to do this.
    Some info:
    Win7 x64
    Visual Studio 2010
    java se 7_u7
    win 32 applikation
    Target apps JRE is JSE 6
    I want to read the contents in the app. But not even monkey is able to do it due to the own JRE of the program, although it does it with SwingSet3 as test. Now what should i do to reach my goal?
    Greets

    Hi i want to get access to an application that uses its own JRE. but somehow i have huge problems to do this.
    Some info:
    Win7 x64
    Visual Studio 2010
    java se 7_u7
    win 32 applikation
    Target apps JRE is JSE 6
    I want to read the contents in the app. But not even monkey is able to do it due to the own JRE of the program, although it does it with SwingSet3 as test. Now what should i do to reach my goal?
    Greets

  • CR2 files not recognized by CS6 or Bridge

    My CS6 and Bridge don't recognize the raw CR2 files from my Canon 5D mark III. Everything is updated, I downloaded the latest plug in, what should my next step be to fix this? Thank you.

    What operating system are you running:  Win Vista/7/8 OSX 10.7/8/9.x?
    You do need ACR 7.1 or higher for the 5D.3, so the issue is to get a newer ACR plug-in installed.
    What happens if you do Help / Updates in Photoshop?

  • I an getting an error with photo merge in PS cc . It gives me a code tmp00000001 using from photoshop and if I try from bridge it tell me that I need to select more than one image. It is not recognizing the photos I am selecting in bridge. please help. my

    A new problem with CS5 forced me to download PScc but the problem is still there.  I am getting tmp00000001 in photo merge when importing multiple files from inside PS and if trying from bridge I am getting a pop up box telling me I need to select more than 1 file. Photoshop potomerge is not recognizing my selections from bridge..!! please help.. my knowledge of computers is a 3 on a scale of 1-10

    if i run this particular code
    ( SELECT
    AccountDetails.CUSTOMERNUMBER, AccountDetails.ACCOUNTNUMBER, CUSTOMERDETAILS.CDTITLE, CUSTOMERDETAILS.CDFIRSTNAME, CUSTOMERDETAILS.CDLASTNAME, AccountDetails.ACCOUNTTYPE,
    AccountDetails.ORIGINALCONTRACTENDDATE, AccountDetails.CONTRACTTERM, AccountDetails.CONTRACTENDDATE, AccountDetails.BRANCHAREA, AccountDetails.PRODUCTTYPE,
    AccountDetails.HOUSEBANKACCOUNT, AccountDetails.CARMODEL, AccountDetails.CARLICENCE, AccountDetails.ARREARSBALANCE, AccountDetails.CODEBTOR, AccountDetails.GUARANTORNUMBER
    FROM AccountDetails
    JOIN CUSTOMERDETAILS ON AccountDetails.CUSTOMERNUMBER = CUSTOMERDETAILS.CUSTOMERS1
    WHERE EXISTS
    ( SELECT *
    FROM Dcaaccountallocation
    JOIN DebtEpisodes ON DebtEpisodes.ACCOUNTID = Dcaaccountallocation.ACCOUNTID
    WHERE Dcaaccountallocation.dcaid = 41
    AND Dcaaccountallocation.status = 2
    AND DebtEpisodes.DCASentDate IS NULL
    AND Dcaaccountallocation.ACCOUNTID = AccountDetails.ACCOUNTNUMBER
    AND DebtEpisodes.DCAORLAWYER = 'DCA'
    This returns 1 row of data
    However if i run a small part of the above code...
    SELECT *
    FROM Dcaaccountallocation
    JOIN DebtEpisodes ON DebtEpisodes.ACCOUNTID = Dcaaccountallocation.ACCOUNTID
    WHERE Dcaaccountallocation.dcaid = 41
    AND Dcaaccountallocation.status = 2
    It returns a lot of rows with a status of 2
    Now i presume what I am going to do is to ensure that all the fields provide satisfactory requirements, with regards to the above code. Although I have many records in all the stated tables already.
    :(

  • Access Bridge and JDK 1.4.1FCS

    It appears that the Java Access Bridge v102 will not work with the 1.4.1 JRE. Has anyone else experienced failure or success with this?
    The tester class for the install fails to verify the 1.4.1 JRE compliant. After digging in, it appears that the api has changed in the Toolkit, and therefore it fails the test.
    Wanted to know if anyone else out there is tackling this issue.

    It appears that the Java Access Bridge v102 will not
    work with the 1.4.1 JRE. Has anyone else experienced
    failure or success with this?
    The tester class for the install fails to verify the
    1.4.1 JRE compliant. After digging in, it appears
    that the api has changed in the Toolkit, and therefore
    it fails the test.
    Wanted to know if anyone else out there is tackling
    this issue.Yes, I'm taking a look at this too. We've upgraded our application to 1.4.1 to fix some focus issues (among others) but now cannot get the JAWS screen reader to work. Swapping the application back to an accessibility-enabled 1.4.0 JRE works so we're pretty confident it's not something that's changed in our application code.

  • IPad air not recognized in Windows 7: Error: \SYSTEM\CurrentControlSet\Services\Bonjour Service\Parameters. Verify that you have sufficient access to that key, or contact your support personnel.

    Hello everyone.. I recently bought iPad air and I am trying to connect it to my windows 7 notebook. And so I am trying to install itunes in windows 7. But I keep on getting the error message:
    "\SYSTEM\CurrentControlSet\Services\Bonjour Service\Parameters. Verify that you have sufficient access to that key, or contact your support personnel."
    I already did this: http://blogs.msdn.com/b/astebner/archive/2006/09/04/739820.aspx that was given in this thread:
    https://discussions.apple.com/thread/1558225?tstart=0
    But unfortunately I still get the error message during installation. If I ignore that and continue installation, iTunes is installed and seems to work. But my windows does not recognize my iPad. I read somewhere that iPad driver is in iTunes.
    Please help... thank you very much.

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iTunes for Windows: iTunes can’t contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/ts1814
    iTunes for Windows: Device Sync Tests
    http://support.apple.com/kb/HT4235
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    http://support.apple.com/kb/ts4062
    iOS: “Not enough free space” alert when trying to sync
    http://support.apple.com/kb/ts1503
    You may need to delete iTunes on your computer and then reinstall.
    How To Completely Uninstall and Remove All Traces of iTunes
    http://zardozz.com/zz/2008/04/how-to-completely-uninstall-and-remove-all-traces- of-itunes.html/
     Cheers, Tom

Maybe you are looking for

  • ERROR: Operation could not be completed.(kCFErrorDomainCFNetworkerror 302.)

    I have a 3G phone and I am continually getting this message when trying to surf the web. I am on FIDO network and on the 3G data site. Half the time it is about as fast as a 28.8 modem connection. I have been in contact with FIDO tech support and the

  • Data storage in container

    Hi, I have to store one particular data value in container while sending the message to soap and the same needs to be retrieved while receiving the message from soap. To put it in nut shell Store EMPID in container , send other fields to soap as requ

  • Suddenly not able to start up the appserver? SQL library error

    Our datacenter went down this past weekend and so my Template 9.1 environments also went down, unfortuantely I have yet to have time to put in start up scripts on those servers. I am trying to bring all 3 tiers up manually and am encountering errors

  • External battery for my 3GS.

    Iphone 3Gs does not recognize my backup battery charger.  I have an external battery from Brookstone that charges my phone when I cannot connect to the wall.  The phone no longer recognizes my charger. 

  • Prerequisites for webi reports 4.0 to view in Mobile

    Hi, Please can anyone provide me the details regarding Prerequisites for webi reports  4.0  and design studio 1.2 (like Server requirements,Bo Mobile requirements,supported components ) to view in Mobile . Thanks in advance, Regards Sushma