Image icons are not accessible in javaws cache (original) (raw)
Sean Chou zhouyx at linux.vnet.ibm.com
Tue Mar 29 07:23:47 UTC 2011
- Previous message: hg: jdk7/swing/jdk: 6957870: Monospaced font mapped to proportional font (David) for Hebrew
- Next message: hg: jdk7/swing/jdk: 7027486: JPopupMenu doesn't take window shape into account
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, The WindowsLokAndFeel uses hard coded focus color(black) which makes the focus not visible within High Contrast Mode on windows.
The problem can be reproduced as follows:
- Run one javaws application.
- Go to "Control panel -->Accessibility options --> Display TAB".
- Select "Use high Contrast". Click on "Settings" button and ensure that "High contrast black(extra language)" in the color scheme.
- Make sure that you have one jnlp imported in java cache viewer.(The 1st step did.)
- Run the following command to invoke java cache viewer
javaws -viewer
- Select "Applications" in show combo box.
- Select the any application present in java cache viewer.
- Now, using TABs go to icons present in java cache viewer.(i.e Run icon, Show icon etc..)
Observed result: Focus will not be visible on focused image icons. Expected result: Focus should be visible on focused image icons.
The solution is Changing The Hard coded focus color to proper loaded color in WindowsLookAndFeel.
-- Best Regards, Sean Chou -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20110329/b602854e/attachment.html>
- Previous message: hg: jdk7/swing/jdk: 6957870: Monospaced font mapped to proportional font (David) for Hebrew
- Next message: hg: jdk7/swing/jdk: 7027486: JPopupMenu doesn't take window shape into account
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]